Skip to content

Commit 70634f4

Browse files
committed
Fixing Json_pure dependency problems
1 parent d8537f6 commit 70634f4

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
@@ -1,6 +1,7 @@
11
source "https://rubygems.org"
22

33
group :test do
4+
gem "json_pure", '2.0.1' if RUBY_VERSION < '2.0'
45
gem "rake"
56
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.8.4'
67
gem "rspec-core", '< 3.2' if RUBY_VERSION < '1.9'

0 commit comments

Comments
 (0)