mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
fix version number for RedCloth since the latest versions fail on compiling extentions
This commit is contained in:
parent
2757451395
commit
6b1cf674a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue