Skip to content

Commit

Permalink
(maint) Pin rake to the last 1.8 compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienthebo authored and Kylo Ginsberg committed Mar 25, 2014
1 parent 0727935 commit d9a6518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,7 +10,7 @@ platforms :ruby do
end

group :development, :test do
gem 'rake'
gem 'rake', "~> 10.1.0"
gem 'rspec', "~> 2.11.0"
gem 'mocha', "~> 0.10.5"
gem 'json', "~> 1.7", :platforms => :ruby
Expand Down

0 comments on commit d9a6518

Please sign in to comment.