From 65be95c51cd6d2438039bd1a3a78c4413b38fe8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:38:36 +0000 Subject: [PATCH] Bump omniauth from 1.9.0 to 2.1.1 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.0 to 2.1.1. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.0...v2.1.1) --- updated-dependencies: - dependency-name: omniauth dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7b86250..3594736 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM diff-lcs (1.3) faraday (0.15.4) multipart-post (>= 1.2, < 3) - hashie (3.6.0) + hashie (5.0.0) jaro_winkler (1.5.3) jwt (2.2.1) method_source (0.9.2) @@ -26,12 +26,13 @@ GEM 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-oauth2 (1.6.0) - oauth2 (~> 1.1) - omniauth (~> 1.9) + omniauth (2.1.1) + hashie (>= 3.4.6) + rack (>= 2.2.3) + rack-protection + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) parallel (1.17.0) parser (2.6.3.0) ast (~> 2.4.0) @@ -41,7 +42,9 @@ GEM pry-byebug (3.7.0) byebug (~> 11.0) pry (~> 0.10) - rack (2.0.7) + rack (2.2.6.2) + rack-protection (3.0.5) + rack rainbow (3.0.0) rake (10.5.0) rspec (3.8.0)