From 9d455fd7217ebc09c7d17638e7fd62a086954322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:07:37 +0000 Subject: [PATCH] Bump omniauth from 1.9.2 to 2.1.1 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.2 to 2.1.1. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.2...v2.1.1) --- updated-dependencies: - dependency-name: omniauth dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7941186..b7fd38b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,9 +286,10 @@ GEM version_gem (~> 1.1) oj (3.7.12) oj_mimic_json (1.0.1) - omniauth (1.9.2) + omniauth (2.1.1) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) + rack (>= 2.2.3) + rack-protection omniauth-oauth2 (1.7.3) oauth2 (>= 1.4, < 3) omniauth (>= 1.9, < 3) @@ -317,6 +318,8 @@ GEM rack (>= 2.0.0) rack-mini-profiler (2.3.2) rack (>= 1.2.0) + rack-protection (3.0.5) + rack rack-proxy (0.6.5) rack rack-test (2.0.2)