From 6cbb325f5fa68877e1cb6687b99d5dd008a6c999 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Thu, 27 Aug 2015 23:50:38 +0200 Subject: [PATCH] adds SOAP gem --- Gemfile | 1 + Gemfile.lock | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/Gemfile b/Gemfile index e381bc516..21929a806 100644 --- a/Gemfile +++ b/Gemfile @@ -40,6 +40,7 @@ gem 'social-share-button' gem 'initialjs-rails', '0.2.0' gem 'unicorn' gem 'paranoia' +gem 'savon' gem 'ahoy_matey', '~> 1.2.1' gem 'groupdate' # group temporary data diff --git a/Gemfile.lock b/Gemfile.lock index cd2ae196d..60af34f06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,6 +54,9 @@ GEM request_store user_agent_parser uuidtools + akami (1.3.1) + gyoku (>= 0.4.0) + nokogiri arel (6.0.3) awesome_nested_set (3.0.2) activerecord (>= 4.0.0, < 5) @@ -155,10 +158,14 @@ GEM activesupport (>= 4.1.0) groupdate (2.4.0) activesupport (>= 3) + gyoku (1.3.1) + builder (>= 2.1.2) hashie (3.4.2) highline (1.7.3) http-cookie (1.0.2) domain_name (~> 0.5) + httpi (2.4.1) + rack i18n (0.7.0) i18n-tasks (0.8.7) activesupport (>= 2.3.18) @@ -204,6 +211,7 @@ GEM netrc (0.10.3) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) + nori (2.6.0) oauth (0.4.7) oauth2 (1.0.0) faraday (>= 0.8, < 0.10) @@ -305,6 +313,14 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) 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) rails (>= 4.1) simplecov (0.10.0) @@ -353,6 +369,9 @@ GEM uuidtools (2.1.5) warden (1.2.3) rack (>= 1.0) + wasabi (3.5.0) + httpi (~> 2.0) + nokogiri (>= 1.4.2) web-console (2.2.1) activemodel (>= 4.0) binding_of_caller (>= 0.7.2) @@ -409,6 +428,7 @@ DEPENDENCIES responders rspec-rails (~> 3.0) sass-rails (~> 5.0) + savon simple_captcha2 social-share-button spring