Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Fix rake pin to allow build to run on 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Sep 12, 2022
1 parent 8aa6a7f commit e18e7cf
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 @@ -17,7 +17,7 @@ if RUBY_VERSION < '1.9.3'
elsif RUBY_VERSION < '2.0.0'
gem 'rake', '< 12.0.0' # rake 12 requires Ruby 2.0.0 or later
else
gem 'rake', '> 12.3.3'
gem 'rake', '>= 12.3.3'
end

if ENV['DIFF_LCS_VERSION']
Expand Down

0 comments on commit e18e7cf

Please sign in to comment.