Skip to content

Commit

Permalink
Merge pull request #7171 from joshcooper/PUP-9175-rake-version
Browse files Browse the repository at this point in the history
(PUP-9175) Allow specifying rake version from the environment
  • Loading branch information
jhelwig committed Oct 16, 2018
2 parents be6a3cd + 2c6bdea commit e803e8f
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 @@ -37,7 +37,7 @@ end
group(:test) do
gem "json-schema", "~> 2.0", require: false
gem "mocha", '~> 1.5.0', require: false
gem "rake", '~> 12.2.1', require: false
gem "rake", *location_for(ENV['RAKE_LOCATION'] || '~> 12.2')
gem "rspec", "~> 3.1", require: false
gem "rspec-its", "~> 1.1", require: false
gem "rspec-collection_matchers", "~> 1.1", require: false
Expand Down

0 comments on commit e803e8f

Please sign in to comment.