Skip to content

Commit 846c2f7

Browse files
committed
like this?
1 parent cf4025b commit 846c2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77
# Include everything needed to run rake, tests, features, etc.
88
group :development do
99
gem 'bundler'
10-
gem 'json', '>= 1.8' if RUBY_VERSION < '2.0'
10+
gem 'json', '~> 1.8' if RUBY_VERSION < '2.0'
1111
gem 'rake', RUBY_VERSION < '1.9' ? '~> 10.5' : '>= 10.5'
1212
gem 'rdoc', Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.3') ? '~> 4.2.2' : Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.2.2') ? '< 6' : '>= 6'
1313
gem 'RedCloth', RUBY_PLATFORM == 'java' ? '= 4.2.9' : '>= 4.0.3'

0 commit comments

Comments
 (0)