From f2121cc4378f97143fb67dc9a81ec0244da6e665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:26:44 +0200 Subject: [PATCH] Build(deps): Bump omniauth-oauth from 1.2.0 to 1.2.1 (#28590) Bumps [omniauth-oauth](https://github.com/intridea/omniauth-oauth) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/intridea/omniauth-oauth/releases) - [Commits](https://github.com/intridea/omniauth-oauth/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: omniauth-oauth dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 022581c8b5d..69265922aed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -305,9 +305,10 @@ GEM oauth2 (~> 1.1) omniauth (~> 1.1) omniauth-oauth2 (>= 1.6) - omniauth-oauth (1.2.0) + omniauth-oauth (1.2.1) oauth omniauth (>= 1.0, < 3) + rack (>= 1.6.2, < 4) omniauth-oauth2 (1.7.3) oauth2 (>= 1.4, < 3) omniauth (>= 1.9, < 3)