From 6ccd89f7c2c98b834a2199765df96df0bc77c0ac Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sun, 30 Oct 2011 09:42:17 -0700 Subject: [PATCH] markaby, radius and redcloth now run on 1.9.3 --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 85cd9dd6..a36a7944 100644 --- a/Gemfile +++ b/Gemfile @@ -35,12 +35,14 @@ gem 'erubis' gem 'liquid' gem 'slim', '~> 1.0' gem 'temple', '!= 0.3.3' -gem 'RedCloth' if RUBY_VERSION < "1.9.3" and not RUBY_ENGINE == "macruby" +gem 'RedCloth' unless RUBY_ENGINE == "macruby" gem 'coffee-script', '>= 2.0' gem 'rdoc' gem 'kramdown' gem 'maruku' gem 'creole' +gem 'markaby' +gem 'radius' if RUBY_ENGINE == 'jruby' gem 'nokogiri', '!= 1.5.0' @@ -66,8 +68,6 @@ end platforms :ruby_18, :jruby do gem 'json' - gem 'markaby' - gem 'radius' end platforms :mri_18 do