]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Add json gem
authorColleen Murphy <colleen@puppetlabs.com>
Tue, 9 Dec 2014 06:52:06 +0000 (22:52 -0800)
committerColleen Murphy <colleen@puppetlabs.com>
Tue, 9 Dec 2014 06:52:06 +0000 (22:52 -0800)
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.


No differences found