Skip to content

Commit

Permalink
Update minimum rake version to satisfy Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Feb 8, 2024
1 parent 0f8a572 commit 65e0efd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ case Gem::Version.new(RUBY_VERSION.dup)
when ->(ruby_version) { ruby_version >= Gem::Version.new('2.2.0') }
gem 'rake', '~> 13'
when ->(ruby_version) { ruby_version >= Gem::Version.new('2.0.0') }
gem 'rake', '~> 12'
gem 'rake', '~> 12.3.3'
else
gem 'rake', '~> 11'
end

0 comments on commit 65e0efd

Please sign in to comment.