From 2724f28ccc2b5aeafe7f87a7209ca6b98fa6000e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 20:02:42 +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 | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index da5ddb2..d50557b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,7 @@ GEM activesupport (>= 4.2.0) groupdate (4.1.2) activesupport (>= 4.2) - hashie (3.6.0) + hashie (5.0.0) http-cookie (1.0.3) domain_name (~> 0.5) i18n (1.6.0) @@ -112,7 +112,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) jsonapi-renderer (0.2.2) - 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) @@ -133,33 +133,36 @@ GEM mini_portile2 (2.4.0) minitest (5.11.3) msgpack (1.3.0) - multi_json (1.13.1) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.1.1) + multipart-post (2.2.3) netrc (0.11.0) nio4r (2.4.0) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - oauth2 (1.4.1) - faraday (>= 0.8, < 0.16.0) + oauth2 (1.4.8) + faraday (>= 0.8, < 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) + 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) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.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.2.3)