mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
rake gems undefined method `name' for "RedCloth":String
This commit is contained in:
parent
4aa0e63e85
commit
6a1576c39a
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"
|
||||
config.gem "RedCloth", :lib => 'redcloth'
|
||||
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