We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4025b commit 846c2f7Copy full SHA for 846c2f7
Gemfile
@@ -7,7 +7,7 @@ gemspec
7
# Include everything needed to run rake, tests, features, etc.
8
group :development do
9
gem 'bundler'
10
- gem 'json', '>= 1.8' if RUBY_VERSION < '2.0'
+ gem 'json', '~> 1.8' if RUBY_VERSION < '2.0'
11
gem 'rake', RUBY_VERSION < '1.9' ? '~> 10.5' : '>= 10.5'
12
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'
13
gem 'RedCloth', RUBY_PLATFORM == 'java' ? '= 4.2.9' : '>= 4.0.3'
0 commit comments