From 1f8ae39f688a6850cc0a7db1a2c733853be395ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 19:08:07 +0000 Subject: [PATCH] Bump omniauth from 1.9.1 to 2.1.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.1 to 2.1.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.1...v2.1.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 63 +++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 47 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c1f316b..33aad3c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,8 +79,29 @@ GEM execjs (2.7.0) faker (1.6.6) i18n (~> 0.5) - faraday (1.0.0) - multipart-post (>= 1.2, < 3) + faraday (1.10.2) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.4) + multipart-post (~> 2) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) ffi (1.9.18) fission (0.5.0) CFPropertyList (~> 2.2) @@ -221,7 +242,7 @@ GEM haml (>= 4.0.6, < 6.0) html2haml (>= 1.0.1) railties (>= 5.1) - hashie (4.1.0) + hashie (5.0.0) html2haml (2.2.0) erubis (~> 2.7.0) haml (>= 4.0, < 6) @@ -239,7 +260,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.1.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) @@ -253,39 +274,45 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mimemagic (0.3.2) + mimemagic (0.4.3) + nokogiri (~> 1) + rake mini_magick (4.5.1) mini_portile2 (2.4.0) minitest (5.14.0) - multi_json (1.14.1) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.1.1) + multipart-post (2.2.3) nio4r (2.1.0) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) - oauth2 (1.4.4) - 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.1) + rash_alt (>= 0.4, < 1) + version_gem (~> 1.1) + omniauth (2.1.0) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) + rack (>= 2.2.3) + rack-protection 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) parallel (1.11.2) parser (2.4.0.0) ast (~> 2.2) pg (0.21.0) powerpack (0.1.1) puma (3.9.1) - rack (2.2.2) + rack (2.2.4) + rack-protection (2.2.2) + rack rack-test (0.6.3) rack (>= 1.0) rails (5.1.2) @@ -318,6 +345,8 @@ GEM rainbow (2.2.2) rake rake (13.0.1) + rash_alt (0.4.12) + hashie (>= 3.4) rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) @@ -351,6 +380,7 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.8.1) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) ruby_parser (3.14.2) sexp_processor (~> 4.9) @@ -389,6 +419,7 @@ GEM uglifier (3.2.0) execjs (>= 0.3.0, < 3) unicode-display_width (1.3.0) + version_gem (1.1.0) web-console (3.5.1) actionview (>= 5.0) activemodel (>= 5.0)