mirror of
https://github.com/TracksApp/tracks.git
synced 2026-04-18 01:59:02 +02:00
Use actionwebservice from dejan/actionwebservice
The default version of actionwebservice removes wsdl_service_name. The dejan/actionwebservice repository from git is a fork of the datanoise repository that we were using that has the gemspec fixed to not use a specific version of Rails.
This commit is contained in:
parent
2ff4d7961d
commit
a999d0f4c0
2 changed files with 10 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -11,7 +11,7 @@ gem "rack", "1.1.0"
|
|||
gem "will_paginate", "~> 2.3.15"
|
||||
gem "has_many_polymorphs"
|
||||
gem "aasm", "2.2.0"
|
||||
gem "actionwebservice"
|
||||
gem "actionwebservice", :git => "git://github.com/dejan/actionwebservice.git"
|
||||
gem "rubycas-client"
|
||||
gem "ruby-openid"
|
||||
gem "sqlite3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue