Skip to content

Commit

Permalink
Fix json gem version 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 7c16e07 commit 14c15b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ gem 'ruby-augeas', rbaugversion
group :development, :unit_tests do
gem 'rake', ' < 11.0', :require => false if RUBY_VERSION =~ /^1\.8/
gem 'rspec', '< 3.2', :require => false if RUBY_VERSION =~ /^1\.8/
gem 'json', '< 2.0', :require => false if RUBY_VERSION =~ /^1\.8/
gem 'rspec-puppet', :require => false
gem 'puppetlabs_spec_helper', :require => false
gem 'metadata-json-lint', :require => false
Expand Down

0 comments on commit 14c15b7

Please sign in to comment.