Skip to content

Commit

Permalink
Pin rake below version 11 to keep Ruby 1.8 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
razorsedge committed Mar 11, 2016
1 parent e7d6d6e commit 0a86681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source ENV['GEM_SOURCE'] || "https://rubygems.org"

group :development, :unit_tests do
gem 'rake', :require => false
gem 'rake', '< 11.0', :require => false
gem 'rspec', '~> 2.0', :require => false
gem 'rspec-puppet', '>= 2.1.0', :require => false
gem 'puppetlabs_spec_helper', :require => false
Expand Down

0 comments on commit 0a86681

Please sign in to comment.