From 7826ffd7ab0ff991c472decb857e63f9223c6ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 19:29:28 +0000 Subject: [PATCH] Bump omniauth from 1.8.1 to 2.1.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.8.1 to 2.1.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.8.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 ef1c1c6..90b7453 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM dotenv (0.7.0) erubi (1.7.1) execjs (2.7.0) - faraday (0.12.2) + faraday (0.17.5) multipart-post (>= 1.2, < 3) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) @@ -86,7 +86,7 @@ GEM gli (2.17.1) globalid (0.4.1) activesupport (>= 4.2.0) - hashie (3.5.7) + hashie (5.0.0) i18n (1.0.1) concurrent-ruby (~> 1.0) jbuilder (2.7.0) @@ -96,7 +96,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jwt (1.5.6) + jwt (2.5.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -109,37 +109,43 @@ GEM marcel (0.3.2) mimemagic (~> 0.3.2) method_source (0.9.0) - mimemagic (0.3.2) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.0) mini_portile2 (2.3.0) minitest (5.11.3) - multi_json (1.13.1) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.0.0) + multipart-post (2.2.3) nio4r (2.3.1) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) - 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.8.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-google-oauth2 (0.5.3) jwt (>= 1.5) omniauth (>= 1.1.1) omniauth-oauth2 (>= 1.5) - omniauth-oauth2 (1.5.0) - oauth2 (~> 1.1) - omniauth (~> 1.2) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) pg (1.0.0) popper_js (1.12.9) public_suffix (3.0.2) puma (3.11.4) - rack (2.0.5) + rack (2.2.4) + rack-protection (2.2.2) + rack rack-test (1.0.0) rack (>= 1.0, < 3) rails (5.2.0) @@ -169,6 +175,8 @@ GEM rainbow (2.2.2) rake rake (12.3.1) + rash_alt (0.4.12) + hashie (>= 3.4) rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) @@ -236,6 +244,7 @@ GEM thread_safe (~> 0.1) uglifier (4.1.11) execjs (>= 0.3.0, < 3) + version_gem (1.1.0) web-console (3.6.2) actionview (>= 5.0) activemodel (>= 5.0)