Skip to content

Commit

Permalink
Add json gem
Browse files Browse the repository at this point in the history
The puppet_facts gem implicitly depends on the json gem.
On Ruby 1.8.7, json is not built in. On Puppet 2.7, it is
not explicitly pulled in by the hiera gem. So we add it
here explicitly.
  • Loading branch information
Colleen Murphy committed Dec 9, 2014
1 parent 440a6b7 commit ee87c65
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 @@ -7,6 +7,7 @@ group :development, :unit_tests do
gem 'puppet-lint', :require => false
gem 'simplecov', :require => false
gem 'puppet_facts', :require => false
gem 'json', :require => false
end

group :system_tests do
Expand Down

0 comments on commit ee87c65

Please sign in to comment.