summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2012-10-07 13:48:36 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2012-10-07 13:48:36 +0200
commit3effca8291ed4941f7b3a1c2088b50274f28aa6f (patch)
treeb7af0c0388711163521de120d17123291595d62c /Gemfile
parent0081a2af728b19834309f6d60d33383de56f6026 (diff)
downloadcoderay-3effca8291ed4941f7b3a1c2088b50274f28aa6f.tar.gz
ruby-head does not work because of RedCloth, remove it from Travis configv1.0.8
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 80fe57c..aa03288 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" if RUBY_VERSION >= '1.8.7'
gem "json" unless RUBY_VERSION >= '1.9.1'