From 653ef5f3b12143aabf7b44896550e6da4c728bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:01:36 +0200 Subject: [PATCH] Build(deps): Bump omniauth-oauth2 from 1.7.2 to 1.7.3 (#17139) Bumps [omniauth-oauth2](https://github.com/omniauth/omniauth-oauth2) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/omniauth/omniauth-oauth2/releases) - [Changelog](https://github.com/omniauth/omniauth-oauth2/blob/master/CHANGELOG.md) - [Commits](https://github.com/omniauth/omniauth-oauth2/compare/v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: omniauth-oauth2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 154590e3657..014c6702599 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -293,8 +293,8 @@ GEM omniauth-oauth (1.2.0) oauth omniauth (>= 1.0, < 3) - omniauth-oauth2 (1.7.2) - oauth2 (~> 1.4) + omniauth-oauth2 (1.7.3) + oauth2 (>= 1.4, < 3) omniauth (>= 1.9, < 3) omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1)