mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Just use actionwebservice in the environment file
Since we're not explictly requiring datanoise-actionwebservice anymore, we need to modify this to match what we are using.
This commit is contained in:
parent
69cb08378d
commit
dc8d2234f0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Rails::Initializer.run do |config|
|
|||
config.gem "highline"
|
||||
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 'actionwebservice'
|
||||
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