Skip to content

Commit ba2b99b

Browse files
authored
Merge pull request zachfi#33 from xaque208/json
Pin json_pure for ruby 1.9
2 parents f6c9ea1 + 734fc34 commit ba2b99b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ group :test do
55
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.8.0'
66
gem "rspec-puppet", :git => 'https://github.com/rodjek/rspec-puppet.git'
77
gem "puppetlabs_spec_helper"
8+
gem 'json_pure', '~>1.0' if RUBY_VERSION == '1.9.3'
89
end
910

1011
group :development do

0 commit comments

Comments
 (0)