summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorColleen Murphy <colleen@puppetlabs.com>2014-12-08 22:52:42 -0800
committerColleen Murphy <colleen@puppetlabs.com>2014-12-08 22:52:42 -0800
commit36484efe09fd6e5f3e511fccf2fb2001baeda265 (patch)
tree707a0c5eb07a6f6566508254409e140703af5bfe /Gemfile
parent548a96795e7238e1aca4d17b312bee45c2e71618 (diff)
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.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
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