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:
Matt Rogers 2011-08-18 10:13:43 -05:00
parent 69cb08378d
commit dc8d2234f0

View file

@ -24,7 +24,7 @@ Rails::Initializer.run do |config|
config.gem "highline" config.gem "highline"
config.gem "RedCloth", :lib => 'redcloth', :version => '4.2.3' config.gem "RedCloth", :lib => 'redcloth', :version => '4.2.3'
config.gem "soap4r", :lib => false 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 'sanitize', :version => '~> 1.2.1'
config.gem 'rack', :version => '1.1.0' config.gem 'rack', :version => '1.1.0'
config.gem 'will_paginate', :version => '~> 2.3.15' config.gem 'will_paginate', :version => '~> 2.3.15'