summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2017-01-15 18:46:11 +1300
committerKornelius Kalnbach <murphy@rubychan.de>2017-01-15 18:46:11 +1300
commit6b3df316a81e94ca7336f75d82bb1da6c10de9f7 (patch)
tree2c327289d3b361cb73ef8596a75b9517bca39234
parent6734fffd1c7fd951ecae0bb7a2b228a0b24c833a (diff)
downloadcoderay-6b3df316a81e94ca7336f75d82bb1da6c10de9f7.tar.gz
does this version work with JRuby?
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8710555..f631cbe 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ gemspec
group :development do
gem "bundler"
gem "rake", "~> 10.5"
- gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
+ gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.9" : ">= 4.0.3"
gem "term-ansicolor", "~> 1.3.2"
gem 'tins', '~> 1.6.0'
gem "shoulda-context", "= 1.2.1"