From 06b62199e87ddc2c52ea7bbf1ae7b57435b2c9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 12:10:10 +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: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c16cd3f..bd9273c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -147,9 +147,10 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 4) - omniauth (1.9.1) + 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) @@ -162,6 +163,8 @@ GEM nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.4) + rack-protection (3.0.5) + rack rack-test (0.6.3) rack (>= 1.0) rails (5.0.7.2)