Skip to content

Commit

Permalink
backward compatibility with ruby 1.9.3 (for tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Aug 27, 2016
1 parent da4c779 commit 123511b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ group :rake do
gem 'rspec-puppet'
# in order to support Ruby 1.9.3
gem 'fog-google', '< 0.1.1'
# in order to support Ruby 1.9.3
gem 'json_pure', '< 2.0.0'
gem 'metadata-json-lint', :require => false
gem 'parallel_tests'
end
Expand Down

0 comments on commit 123511b

Please sign in to comment.