Skip to content

Commit

Permalink
Fixed travis by updating Gemfile to pin Rake to 10.1.1
Browse files Browse the repository at this point in the history
The latest Rake update requires Ruby >= 1.9. This update
fixes the failing 1.8.7 tests by pinning Rake to the last
supported version on ruby 1.8.7.
  • Loading branch information
blkperl committed Mar 25, 2014
1 parent f01c6bb commit 0bb362a
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
@@ -1,7 +1,7 @@
source ENV['GEM_SOURCE'] || "https://rubygems.org"

group :development, :test do
gem 'rake', :require => false
gem 'rake', '10.1.1', :require => false
gem 'rspec-puppet', '>=1.0.0', :require => false
gem 'puppetlabs_spec_helper', :require => false
gem 'serverspec', :require => false
Expand Down

0 comments on commit 0bb362a

Please sign in to comment.