Skip to content

Commit

Permalink
Fix 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 abc398d commit 51c79df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ if RUBY_VERSION < '1.9.3'
gem 'rake', '< 11.0.0' # rake 11 requires Ruby 1.9.3 or later
elsif RUBY_VERSION < '2.0.0'
gem 'rake', '< 12.0.0' # rake 12 requires Ruby 2.0.0 or later
elsif RUBY_VERSION < '2.2.0'
gem 'rake', '12.3.2'
else
gem 'rake', '> 12.3.3'
gem 'rake', '>= 12.3.3'
end

if ENV['DIFF_LCS_VERSION']
Expand Down

0 comments on commit 51c79df

Please sign in to comment.