Skip to content

Commit

Permalink
Lock rake to < 12.3.0 on Ruby 1.9.3
Browse files Browse the repository at this point in the history
Rake versions starting from 12.3.0 require Ruby 2.0.0 or newer.
  • Loading branch information
pixeltrix committed Mar 31, 2018
1 parent 71e0caf commit 26a7dbe
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 @@ -10,7 +10,7 @@ end
gemspec

# We need a newish Rake since Active Job sets its test tasks' descriptions.
gem 'rake', '>= 10.3'
gem 'rake', '>= 10.3', '< 12.3'

# This needs to be with require false as it is
# loaded after loading the test library to
Expand Down

0 comments on commit 26a7dbe

Please sign in to comment.