fix version number for RedCloth since the latest versions fail on compiling extentions

This commit is contained in:
Reinier Balt 2011-06-06 19:54:03 +02:00
parent 2757451395
commit 6b1cf674a8

View file

@ -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'