diff --git a/Gemfile b/Gemfile index 3cf09bb..5f09b4b 100644 --- a/Gemfile +++ b/Gemfile @@ -26,5 +26,8 @@ gem 'puppet-lint-variable_contains_upcase' # rspec must be v2 for ruby 1.8.7 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 'rake', '~> 10.0' end +