From 2b44e8c7baf749d5b4ea48f59edf493d05dd8a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 19:59:49 +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 | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index adb1022..b702b86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,14 +95,16 @@ GEM railties (>= 5.0.0) faker (2.13.0) i18n (>= 1.6, < 2) - faraday (1.0.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.13.1) figaro (1.2.0) thor (>= 0.14.0, < 2) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (4.1.0) + hashie (5.0.0) http (3.3.0) addressable (~> 2.3) http-cookie (~> 1.0) @@ -117,7 +119,7 @@ GEM jbuilder (2.10.0) activesupport (>= 5.0.0) json (2.3.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) @@ -139,36 +141,39 @@ GEM minitest-matchers_vaccine (1.0.4) minitest (~> 5.0) msgpack (1.3.3) - multi_json (1.14.1) multi_xml (0.6.0) - multipart-post (2.1.1) + multipart-post (2.2.3) naught (1.1.0) nio4r (2.5.2) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) oauth (0.5.4) - 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) orm_adapter (0.5.0) pg (1.2.3) public_suffix (4.0.5) puma (4.3.5) nio4r (~> 2.0) - rack (2.2.3) + rack (2.2.4) + rack-protection (2.2.2) + rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.4.3) @@ -201,6 +206,8 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rake (13.0.1) + rash_alt (0.4.12) + hashie (>= 3.4) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -208,6 +215,7 @@ GEM responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) rubyzip (2.3.0) sass (3.7.4) @@ -272,6 +280,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.7) + version_gem (1.1.0) warden (1.2.8) rack (>= 2.0.6) web-console (3.7.0)