Skip to content

Commit

Permalink
Merge pull request #22 from alphagov/dependabot/bundler/rake-tw-13.2.0
Browse files Browse the repository at this point in the history
Update rake requirement from ~> 13.1.0 to ~> 13.2.0
  • Loading branch information
MuriloDalRi authored Apr 3, 2024
2 parents 6874881 + 2ba7f95 commit 672c42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec

group :development, :test do
gem 'rake', '~> 13.1.0'
gem 'rake', '~> 13.2.0'
gem 'pry-byebug'
gem 'rubocop', '~> 1.62.0'
end

0 comments on commit 672c42a

Please sign in to comment.