From: Colleen Murphy Date: Tue, 9 Dec 2014 06:52:06 +0000 (-0800) Subject: Add json gem X-Git-Tag: 1.8.0~31^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=18eac98d881f01de61aa53963d5c8435f5b4acb8;hp=abb830885b0f2b0f16d30f528a8be500b7b2566d;p=puppet-modules%2Fpuppetlabs-apt.git 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. --- diff --git a/Gemfile b/Gemfile index 0684f19..12fd363 100644 --- a/Gemfile +++ b/Gemfile @@ -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