adds SOAP gem
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -40,6 +40,7 @@ gem 'social-share-button'
|
|||||||
gem 'initialjs-rails', '0.2.0'
|
gem 'initialjs-rails', '0.2.0'
|
||||||
gem 'unicorn'
|
gem 'unicorn'
|
||||||
gem 'paranoia'
|
gem 'paranoia'
|
||||||
|
gem 'savon'
|
||||||
|
|
||||||
gem 'ahoy_matey', '~> 1.2.1'
|
gem 'ahoy_matey', '~> 1.2.1'
|
||||||
gem 'groupdate' # group temporary data
|
gem 'groupdate' # group temporary data
|
||||||
|
|||||||
20
Gemfile.lock
20
Gemfile.lock
@@ -54,6 +54,9 @@ GEM
|
|||||||
request_store
|
request_store
|
||||||
user_agent_parser
|
user_agent_parser
|
||||||
uuidtools
|
uuidtools
|
||||||
|
akami (1.3.1)
|
||||||
|
gyoku (>= 0.4.0)
|
||||||
|
nokogiri
|
||||||
arel (6.0.3)
|
arel (6.0.3)
|
||||||
awesome_nested_set (3.0.2)
|
awesome_nested_set (3.0.2)
|
||||||
activerecord (>= 4.0.0, < 5)
|
activerecord (>= 4.0.0, < 5)
|
||||||
@@ -155,10 +158,14 @@ GEM
|
|||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
groupdate (2.4.0)
|
groupdate (2.4.0)
|
||||||
activesupport (>= 3)
|
activesupport (>= 3)
|
||||||
|
gyoku (1.3.1)
|
||||||
|
builder (>= 2.1.2)
|
||||||
hashie (3.4.2)
|
hashie (3.4.2)
|
||||||
highline (1.7.3)
|
highline (1.7.3)
|
||||||
http-cookie (1.0.2)
|
http-cookie (1.0.2)
|
||||||
domain_name (~> 0.5)
|
domain_name (~> 0.5)
|
||||||
|
httpi (2.4.1)
|
||||||
|
rack
|
||||||
i18n (0.7.0)
|
i18n (0.7.0)
|
||||||
i18n-tasks (0.8.7)
|
i18n-tasks (0.8.7)
|
||||||
activesupport (>= 2.3.18)
|
activesupport (>= 2.3.18)
|
||||||
@@ -204,6 +211,7 @@ GEM
|
|||||||
netrc (0.10.3)
|
netrc (0.10.3)
|
||||||
nokogiri (1.6.6.2)
|
nokogiri (1.6.6.2)
|
||||||
mini_portile (~> 0.6.0)
|
mini_portile (~> 0.6.0)
|
||||||
|
nori (2.6.0)
|
||||||
oauth (0.4.7)
|
oauth (0.4.7)
|
||||||
oauth2 (1.0.0)
|
oauth2 (1.0.0)
|
||||||
faraday (>= 0.8, < 0.10)
|
faraday (>= 0.8, < 0.10)
|
||||||
@@ -305,6 +313,14 @@ GEM
|
|||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
sprockets-rails (>= 2.0, < 4.0)
|
sprockets-rails (>= 2.0, < 4.0)
|
||||||
tilt (~> 1.1)
|
tilt (~> 1.1)
|
||||||
|
savon (2.11.1)
|
||||||
|
akami (~> 1.2)
|
||||||
|
builder (>= 2.1.2)
|
||||||
|
gyoku (~> 1.2)
|
||||||
|
httpi (~> 2.3)
|
||||||
|
nokogiri (>= 1.4.0)
|
||||||
|
nori (~> 2.4)
|
||||||
|
wasabi (~> 3.4)
|
||||||
simple_captcha2 (0.3.4)
|
simple_captcha2 (0.3.4)
|
||||||
rails (>= 4.1)
|
rails (>= 4.1)
|
||||||
simplecov (0.10.0)
|
simplecov (0.10.0)
|
||||||
@@ -353,6 +369,9 @@ GEM
|
|||||||
uuidtools (2.1.5)
|
uuidtools (2.1.5)
|
||||||
warden (1.2.3)
|
warden (1.2.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
|
wasabi (3.5.0)
|
||||||
|
httpi (~> 2.0)
|
||||||
|
nokogiri (>= 1.4.2)
|
||||||
web-console (2.2.1)
|
web-console (2.2.1)
|
||||||
activemodel (>= 4.0)
|
activemodel (>= 4.0)
|
||||||
binding_of_caller (>= 0.7.2)
|
binding_of_caller (>= 0.7.2)
|
||||||
@@ -409,6 +428,7 @@ DEPENDENCIES
|
|||||||
responders
|
responders
|
||||||
rspec-rails (~> 3.0)
|
rspec-rails (~> 3.0)
|
||||||
sass-rails (~> 5.0)
|
sass-rails (~> 5.0)
|
||||||
|
savon
|
||||||
simple_captcha2
|
simple_captcha2
|
||||||
social-share-button
|
social-share-button
|
||||||
spring
|
spring
|
||||||
|
|||||||
Reference in New Issue
Block a user