From 89796a87ec86385e85cfb5d56838a41d3a17a09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 20:05:26 +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 | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fe10fb4..8931528 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,7 +95,7 @@ GEM railties (>= 4.2.0) faker (2.6.0) i18n (>= 1.6, < 1.8) - faraday (0.17.0) + faraday (0.17.5) multipart-post (>= 1.2, < 3) ffi (1.11.1) ffi (1.11.1-x64-mingw32) @@ -145,7 +145,7 @@ GEM guard-rubocop (1.3.0) guard (~> 2.0) rubocop (~> 0.20) - hashie (3.6.0) + hashie (5.0.0) httpclient (2.8.3) i18n (1.7.0) concurrent-ruby (~> 1.0) @@ -155,7 +155,7 @@ GEM jaro_winkler (1.5.3) jbuilder (2.9.1) activesupport (>= 4.2.0) - jwt (2.2.1) + jwt (2.5.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -177,9 +177,9 @@ GEM minitest (5.12.2) msgpack (1.3.1) msgpack (1.3.1-x64-mingw32) - multi_json (1.14.0) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.1.1) + multipart-post (2.2.3) nenv (0.3.0) nio4r (2.5.2) nokogiri (1.10.4) @@ -189,20 +189,22 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - oauth2 (1.4.2) - faraday (>= 0.8, < 2.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-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) os (1.0.1) parallel (1.18.0) @@ -215,7 +217,9 @@ GEM method_source (~> 0.9.0) public_suffix (4.0.1) puma (3.12.1) - rack (2.0.7) + rack (2.2.4) + rack-protection (2.2.2) + rack rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -252,6 +256,8 @@ GEM thor (>= 0.20.3, < 2.0) rainbow (3.0.0) rake (13.0.0) + rash_alt (0.4.12) + hashie (>= 3.4) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -342,6 +348,7 @@ GEM tzinfo (>= 1.0.0) uber (0.1.0) unicode-display_width (1.6.0) + version_gem (1.1.0) warden (1.2.8) rack (>= 2.0.6) web-console (4.0.1)