From 99022528b49a146aa2522f43b6aa2e24bb09f287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 19:10:49 +0000 Subject: [PATCH] Bump omniauth from 1.6.1 to 2.1.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.6.1 to 2.1.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.6.1...v2.1.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 43 ++++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3320e99..820ded6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,15 +99,17 @@ GEM diff-lcs (1.3) erubis (2.7.0) execjs (2.7.0) - faraday (0.12.1) - multipart-post (>= 1.2, < 3) + faraday (2.5.2) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.0) ffi (1.11.3) geocoder (1.6.1) gherkin (4.1.3) globalid (0.4.0) activesupport (>= 4.2.0) gmaps4rails (2.1.2) - hashie (3.5.5) + hashie (5.0.0) httparty (0.15.5) multi_xml (>= 0.5.2) i18n (0.9.5) @@ -120,7 +122,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (1.8.6) - jwt (1.5.6) + jwt (2.5.0) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -138,28 +140,29 @@ GEM rake mini_portile2 (2.7.1) minitest (5.11.3) - multi_json (1.12.1) + multi_json (1.15.0) multi_test (0.1.2) multi_xml (0.6.0) - multipart-post (2.0.0) nio4r (2.5.8) nokogiri (1.13.1) mini_portile2 (~> 2.7.0) racc (~> 1.4) - oauth2 (1.4.0) - faraday (>= 0.8, < 0.13) - jwt (~> 1.0) - multi_json (~> 1.3) + oauth2 (2.0.7) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.6.1) - hashie (>= 3.4.6, < 3.6.0) - rack (>= 1.6.2, < 3) + rash_alt (>= 0.4, < 1) + version_gem (~> 1.1) + omniauth (2.1.0) + hashie (>= 3.4.6) + rack (>= 2.2.3) + rack-protection omniauth-facebook (4.0.0) omniauth-oauth2 (~> 1.2) - omniauth-oauth2 (1.4.0) - oauth2 (~> 1.0) - omniauth (~> 1.2) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) orm_adapter (0.5.0) paperclip (5.0.0) activemodel (>= 4.2.0) @@ -171,7 +174,9 @@ GEM puma (4.3.11) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.3) + rack (2.2.4) + rack-protection (2.2.2) + rack rack-test (0.6.3) rack (>= 1.0) rails (5.0.3) @@ -198,6 +203,8 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (12.3.3) + rash_alt (0.4.12) + hashie (>= 3.4) rb-fsevent (0.9.8) rb-inotify (0.9.8) ffi (>= 0.5.0) @@ -222,6 +229,7 @@ GEM rspec-mocks (~> 3.6.0) rspec-support (~> 3.6.0) rspec-support (3.6.0) + ruby2_keywords (0.0.5) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -261,6 +269,7 @@ GEM thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) + version_gem (1.1.0) warden (1.2.8) rack (>= 2.0.6) web-console (2.3.0)