Ensure rake v10 is used for ruby 1.8.7
This commit is contained in:
parent
82962f61ae
commit
5b24bcbd70
3
Gemfile
3
Gemfile
@ -26,5 +26,8 @@ gem 'puppet-lint-variable_contains_upcase'
|
|||||||
|
|
||||||
# rspec must be v2 for ruby 1.8.7
|
# rspec must be v2 for ruby 1.8.7
|
||||||
if RUBY_VERSION >= '1.8.7' and RUBY_VERSION < '1.9'
|
if RUBY_VERSION >= '1.8.7' and RUBY_VERSION < '1.9'
|
||||||
|
# rake >=11 does not support ruby 1.8.7
|
||||||
gem 'rspec', '~> 2.0'
|
gem 'rspec', '~> 2.0'
|
||||||
|
gem 'rake', '~> 10.0'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user