From 9d54afab620392344dc892d4ca0a4b1c8751b2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:51:40 +0000 Subject: [PATCH] Bump omniauth from 1.9.1 to 2.0.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.1 to 2.0.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.1...v2.0.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 87f3ad6..5079ce2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM ffi (1.12.2) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (4.1.0) + hashie (5.0.0) hirb (0.7.3) i18n (1.8.2) concurrent-ruby (~> 1.0) @@ -149,18 +149,20 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.1) + omniauth (2.0.0) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) - omniauth-facebook (6.0.0) + rack-protection + omniauth-facebook (9.0.0) omniauth-oauth2 (~> 1.2) - omniauth-google-oauth2 (0.8.0) + omniauth-google-oauth2 (1.0.1) jwt (>= 2.0) - omniauth (>= 1.1.1) - omniauth-oauth2 (>= 1.6) - omniauth-oauth2 (1.6.0) oauth2 (~> 1.1) - omniauth (~> 1.9) + omniauth (~> 2.0) + omniauth-oauth2 (~> 1.7.1) + omniauth-oauth2 (1.7.3) + oauth2 (>= 1.4, < 3) + omniauth (>= 1.9, < 3) orm_adapter (0.5.0) pg (1.2.2) pry (0.12.2) @@ -174,7 +176,9 @@ GEM puma (4.3.8) nio4r (~> 2.0) racc (1.5.2) - rack (2.2.3) + rack (2.2.6.2) + rack-protection (3.0.5) + rack rack-proxy (0.6.5) rack rack-test (1.1.0)