Thanks to visit codestin.com Credit goes to github.com
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.
1 parent bef6209 commit cf4025bCopy full SHA for cf4025b
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 < '1.9'
+ 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