Skip to content

Commit e8708f2

Browse files
author
Colleen Murphy
committed
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.
1 parent 638b9c5 commit e8708f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ group :development, :unit_tests do
77
gem 'puppet-lint', :require => false
88
gem 'simplecov', :require => false
99
gem 'puppet_facts', :require => false
10+
gem 'json', :require => false
1011
end
1112

1213
group :system_tests do

0 commit comments

Comments
 (0)