summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2020-05-30 09:07:47 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2020-05-30 09:07:47 +0200
commit846c2f7d8a2ea99f45a3a0dedaf838d17a966ed2 (patch)
tree162a1b4bf1980d045e4207166f760042a364d1d4
parentcf4025bf3d1a151e56626bea50e1ef7573f4e939 (diff)
downloadcoderay-846c2f7d8a2ea99f45a3a0dedaf838d17a966ed2.tar.gz
like this?
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 96f0d64..1851939 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,7 +7,7 @@ gemspec
# Include everything needed to run rake, tests, features, etc.
group :development do
gem 'bundler'
- gem 'json', '>= 1.8' if RUBY_VERSION < '2.0'
+ gem 'json', '~> 1.8' if RUBY_VERSION < '2.0'
gem 'rake', RUBY_VERSION < '1.9' ? '~> 10.5' : '>= 10.5'
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'
gem 'RedCloth', RUBY_PLATFORM == 'java' ? '= 4.2.9' : '>= 4.0.3'