From 8e04da3fcdef97b1573af700c49a3fb87d4e6464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:48:47 +0000 Subject: [PATCH] Bump omniauth from 1.9.1 to 2.1.1 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.1 to 2.1.1. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.1...v2.1.1) --- updated-dependencies: - dependency-name: omniauth dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ab6ae73..66d28ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM multipart-post (>= 1.2, < 3) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (4.1.0) + hashie (5.0.0) i18n (1.8.5) concurrent-ruby (~> 1.0) jwt (2.2.1) @@ -107,16 +107,18 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.1) + omniauth (2.1.1) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) - omniauth-google-oauth2 (0.8.0) + rack (>= 2.2.3) + rack-protection + omniauth-google-oauth2 (0.8.1) jwt (>= 2.0) + oauth2 (~> 1.1) 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) omniauth-rails_csrf_protection (0.1.2) actionpack (>= 4.2) omniauth (>= 1.3.1) @@ -124,7 +126,9 @@ GEM parallel (1.20.1) parser (2.7.2.0) ast (~> 2.4.1) - rack (2.2.3) + rack (2.2.6.2) + rack-protection (3.0.5) + rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (6.0.3.4)