Skip to content

Commit

Permalink
Fix rake dependency for Ruby 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Jul 13, 2016
1 parent 0728f12 commit 7c16e07
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 @@ -20,7 +20,7 @@ end
gem 'ruby-augeas', rbaugversion

group :development, :unit_tests do
gem 'rake', '< 11.0.1', :require => false
gem 'rake', ' < 11.0', :require => false if RUBY_VERSION =~ /^1\.8/
gem 'rspec', '< 3.2', :require => false if RUBY_VERSION =~ /^1\.8/
gem 'rspec-puppet', :require => false
gem 'puppetlabs_spec_helper', :require => false
Expand Down

0 comments on commit 7c16e07

Please sign in to comment.