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