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)
commit18eac98d881f01de61aa53963d5c8435f5b4acb8
tree068e3bdc52e324ecc38e71586ba0235b01d74564
parentabb830885b0f2b0f16d30f528a8be500b7b2566d
Add json gem

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.
Gemfile