summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2011-08-29 07:14:17 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2011-08-29 07:14:17 +0200
commitc03fbba43089b79c9a12046e1409730c1a5fe28f (patch)
treea6dabab6662316bcd5f8c379bde6db7270f43fe2 /Gemfile
parent02e41d8e589183586ad50ad22d9352fca64f4336 (diff)
downloadcoderay-c03fbba43089b79c9a12046e1409730c1a5fe28f.tar.gz
fix RedCloth gem versionv1.0.0.835rc1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7151388..6666ac4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ gemspec
group :development do
gem "bundler", "~> 1.0.0"
gem "rake", "~> 0.9.2"
- gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.7" : "~> 4.0.3"
+ gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.7" : ">= 4.0.3"
gem "term-ansicolor"
gem "shoulda-context", "= 1.0.0.beta1" if RUBY_VERSION >= '1.8.7'
gem "json" unless RUBY_VERSION >= '1.9.1'