From cb0e91a18be79d1bfeeb344b99b046f3c2305f2e Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Sat, 27 Aug 2011 17:25:35 +0200 Subject: fix some JRuby test problems --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 2479a20..7151388 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" + 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' -- cgit v1.2.1