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

Commit

Permalink
(maint) Pin Rake for Ruby 1.8.7
Browse files Browse the repository at this point in the history
Pin Rake to a version compattible with Ruby 1.8.7.
  • Loading branch information
MikaelSmith committed May 17, 2016
1 parent b8aa31d commit ad56bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@
source 'https://rubygems.org'

group :test do
gem 'rake'
gem 'rake', '~> 10.4'
gem 'rspec', '~> 2.11.0'
gem 'mocha', '~> 0.10.0'
gem 'mcollective-test'
Expand Down

0 comments on commit ad56bb7

Please sign in to comment.