diff --git a/Gemfile b/Gemfile index 727834428..274333625 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem 'responders', '~> 2.4.0' gem 'rinku', '~> 2.0.2', require: 'rails_rinku' gem 'rollbar', '~> 2.15.5' gem 'sass-rails', '~> 5.0', '>= 5.0.4' -gem 'savon', '~> 2.11.1' +gem 'savon', '~> 2.12.0' gem 'sitemap_generator', '~> 6.0.1' gem 'social-share-button', '~> 1.1' gem 'sprockets', '~> 3.7.2' diff --git a/Gemfile.lock b/Gemfile.lock index 9df9c8d81..a3e13bf7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM hashie (3.5.7) highline (1.7.10) htmlentities (4.3.4) - httpi (2.4.2) + httpi (2.4.4) rack socksify i18n (0.9.5) @@ -410,12 +410,12 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - savon (2.11.2) + savon (2.12.0) akami (~> 1.2) builder (>= 2.1.2) gyoku (~> 1.2) httpi (~> 2.3) - nokogiri (>= 1.4.0) + nokogiri (>= 1.8.1) nori (~> 2.4) wasabi (~> 3.4) scss_lint (0.55.0) @@ -566,7 +566,7 @@ DEPENDENCIES rubocop-rspec (~> 1.24.0) rvm1-capistrano3 (~> 1.4.0) sass-rails (~> 5.0, >= 5.0.4) - savon (~> 2.11.1) + savon (~> 2.12.0) scss_lint (~> 0.55.0) selenium-webdriver (~> 3.10) sitemap_generator (~> 6.0.1)