From 8d53c425e0b3d89b9150fe91e60dcd16e314febb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 20:01:50 +0000 Subject: [PATCH] Bump omniauth-facebook from 1.4.1 to 1.5.0 Bumps [omniauth-facebook](https://github.com/mkdynamic/omniauth-facebook) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/mkdynamic/omniauth-facebook/releases) - [Changelog](https://github.com/mkdynamic/omniauth-facebook/blob/master/CHANGELOG.md) - [Commits](https://github.com/mkdynamic/omniauth-facebook/compare/v1.4.1...v1.5.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 506bc12..3226ee7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,8 +85,8 @@ GEM factory_girl_rails (4.0.0) factory_girl (~> 4.0.0) railties (>= 3.0.0) - faraday (0.8.4) - multipart-post (~> 1.1) + faraday (0.9.2) + multipart-post (>= 1.2, < 3) faye-websocket (0.4.6) eventmachine (>= 0.12.0) ffaker (1.15.0) @@ -108,11 +108,10 @@ GEM haml (~> 3.0) railties (~> 3.0) has_scope (0.5.1) - hashie (1.2.0) + hashie (3.6.0) highline (1.6.15) hike (1.2.1) http_parser.rb (0.5.3) - httpauth (0.1) i18n (0.6.1) inherited_resources (1.3.1) has_scope (~> 0.5.0) @@ -122,8 +121,7 @@ GEM railties (>= 3.1.0, < 5.0) thor (~> 0.14) json (1.7.5) - jwt (0.1.5) - multi_json (>= 1.0) + jwt (1.5.6) kgio (2.7.4) launchy (2.1.2) addressable (~> 2.3) @@ -160,8 +158,9 @@ GEM rake rspec (>= 2.9) moped (1.2.1) - multi_json (1.3.6) - multipart-post (1.1.5) + multi_json (1.14.1) + multi_xml (0.6.0) + multipart-post (2.1.1) nestful (0.0.8) activesupport (>= 3.0.0.beta) net-scp (1.0.4) @@ -174,23 +173,25 @@ GEM newrelic_rpm (3.4.1) nokogiri (1.5.5) oauth (0.4.6) - oauth2 (0.8.0) - faraday (~> 0.8) - httpauth (~> 0.1) - jwt (~> 0.1.4) - multi_json (~> 1.0) + oauth2 (0.9.4) + faraday (>= 0.8, < 0.10) + jwt (~> 1.0) + multi_json (~> 1.3) + multi_xml (~> 0.5) rack (~> 1.2) - omniauth (1.1.1) - hashie (~> 1.2) - rack - omniauth-facebook (1.4.1) + omniauth (1.4.2) + hashie (>= 1.2, < 4) + rack (>= 1.0, < 3) + omniauth-facebook (1.5.0) omniauth-oauth2 (~> 1.1.0) omniauth-oauth (1.0.1) oauth omniauth (~> 1.0) - omniauth-oauth2 (1.1.0) - oauth2 (~> 0.8.0) - omniauth (~> 1.0) + omniauth-oauth2 (1.1.2) + faraday (>= 0.8, < 0.10) + multi_json (~> 1.3) + oauth2 (~> 0.9.3) + omniauth (~> 1.2) omniauth-openid (1.0.1) omniauth (~> 1.0) rack-openid (~> 1.3.1) @@ -209,7 +210,7 @@ GEM coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.3.1) - rack (1.4.1) + rack (1.4.7) rack-cache (1.2) rack (>= 0.4) rack-openid (1.3.1)