We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6c9ea1 + 734fc34 commit ba2b99bCopy full SHA for ba2b99b
Gemfile
@@ -5,6 +5,7 @@ group :test do
5
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.8.0'
6
gem "rspec-puppet", :git => 'https://github.com/rodjek/rspec-puppet.git'
7
gem "puppetlabs_spec_helper"
8
+ gem 'json_pure', '~>1.0' if RUBY_VERSION == '1.9.3'
9
end
10
11
group :development do
0 commit comments