From c9c194b57db0a825cf9aa8c66aade6485f1be59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 20:37:31 +0000 Subject: [PATCH] Bump omniauth from 1.9.0 to 2.1.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.0 to 2.1.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.0...v2.1.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 389b91a..e8b3b2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,13 +114,15 @@ GEM activesupport (>= 3.0.0) faker (2.1.2) i18n (>= 0.8) - faraday (0.15.4) - 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.1) globalid (0.4.2) activesupport (>= 4.2.0) hashdiff (1.0.0) - hashie (3.6.0) + hashie (5.0.0) httparty (0.15.7) multi_xml (>= 0.5.2) i18n (1.6.0) @@ -131,7 +133,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jwt (2.2.1) + jwt (2.5.0) launchy (2.4.3) addressable (~> 2.3) letter_opener (1.7.0) @@ -149,33 +151,33 @@ GEM mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) - multi_json (1.13.1) multi_xml (0.6.0) - multipart-post (2.1.1) net-scp (2.0.0) net-ssh (>= 2.6.5, < 6.0.0) net-ssh (5.2.0) nio4r (2.4.0) nokogiri (1.10.4) mini_portile2 (~> 2.4.0) - oauth2 (1.4.1) - faraday (>= 0.8, < 0.16.0) + oauth2 (2.0.7) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.0) - hashie (>= 3.4.6, < 3.7.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 (5.0.0) omniauth-oauth2 (~> 1.2) omniauth-google-oauth2 (0.8.0) jwt (>= 2.0) omniauth (>= 1.1.1) omniauth-oauth2 (>= 1.6) - omniauth-oauth2 (1.6.0) - oauth2 (~> 1.1) - omniauth (~> 1.9) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) orm_adapter (0.5.0) pg (0.21.0) popper_js (1.14.5) @@ -189,7 +191,9 @@ GEM slop (~> 3.0) public_suffix (3.1.1) puma (3.12.1) - rack (2.0.7) + rack (2.2.4) + rack-protection (2.2.2) + rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.1.7) @@ -220,6 +224,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.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -243,6 +249,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) rubyzip (1.2.3) safe_yaml (1.0.5) @@ -300,6 +307,7 @@ GEM thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) + version_gem (1.1.0) warden (1.2.8) rack (>= 2.0.6) web-console (3.7.0)