Skip to content

Commit

Permalink
Pin rake to keep support for Ruby 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Friderici committed Apr 8, 2016
1 parent e28dae8 commit c16f038
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ gem 'puppet-lint-undef_in_function-check'
gem 'puppet-lint-unquoted_string-check'
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'
# rspec must be v2 for ruby 1.8.7
gem 'rspec', '~> 2.0'
# rake must be v10 for ruby 1.8.7
gem 'rake', '~> 10.0'
end

0 comments on commit c16f038

Please sign in to comment.