From 6b1cf674a8a031c3bc0e8a747d254e9d2e4da772 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Mon, 6 Jun 2011 19:54:03 +0200 Subject: [PATCH] fix version number for RedCloth since the latest versions fail on compiling extentions --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index 8367c59f..a16ce4c8 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -22,7 +22,7 @@ Rails::Initializer.run do |config| config.autoload_paths += %W( #{RAILS_ROOT}/app/apis ) config.gem "highline" - config.gem "RedCloth", :lib => 'redcloth' + config.gem "RedCloth", :lib => 'redcloth', :version => '4.2.3' config.gem "soap4r", :lib => false config.gem 'datanoise-actionwebservice', :lib => 'actionwebservice', :source => "http://gems.github.com" config.gem 'sanitize', :version => '~> 1.2.1'