mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
fix actionwebservice using path from Eric found on github.
This commit is contained in:
parent
d16fd9d304
commit
19f9cacd37
5 changed files with 45 additions and 121 deletions
|
@ -24,7 +24,7 @@ Rails::Initializer.run do |config|
|
|||
config.gem "highline"
|
||||
config.gem "RedCloth"
|
||||
config.gem "soap4r", :lib => false
|
||||
config.gem 'datanoise-actionwebservice', :lib => 'actionwebservice'
|
||||
config.gem 'datanoise-actionwebservice', :lib => 'actionwebservice', :source => "http://gems.github.com"
|
||||
config.gem 'sanitize', :version => '~> 1.2.1'
|
||||
config.gem 'rack', :version => '1.1.0'
|
||||
config.gem 'will_paginate', :version => '~> 2.3.15'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue