From c03fbba43089b79c9a12046e1409730c1a5fe28f Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Mon, 29 Aug 2011 07:14:17 +0200 Subject: fix RedCloth gem version --- Gemfile | 2 +- etc/CodeRay.tmproj | 4 ++-- 2 files changed, 3 insertions(+), 3 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' diff --git a/etc/CodeRay.tmproj b/etc/CodeRay.tmproj index 285255b..97e606e 100644 --- a/etc/CodeRay.tmproj +++ b/etc/CodeRay.tmproj @@ -26,7 +26,7 @@ filename ../coderay.gemspec lastUsed - 2011-08-19T02:43:54Z + 2011-08-23T02:18:44Z filename @@ -120,7 +120,7 @@ filename ../Rakefile lastUsed - 2011-08-19T02:10:22Z + 2011-08-23T02:18:45Z name -- cgit v1.2.1