Skip to content

Commit 68e5db9

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 ad96090 commit 68e5db9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
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)