From cb3ba6d9548e8d82a51eb1c8653835403b7a1992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 05:25:22 +0000 Subject: [PATCH] Bump omniauth from 2.1.3 to 2.1.4 Bumps [omniauth](https://github.com/omniauth/omniauth) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: omniauth dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 40ef481..33e5596 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "meilisearch-rails", "~> 0.16.0" gem "memory_profiler", "~> 1.0", ">= 1.0.2" # rack-mini-profiler dependency to profile memory usage. gem "mission_control-jobs", "~> 1.1" gem "oj", "~> 3.16", ">= 3.16.11" -gem "omniauth", "~> 2.1", ">= 2.1.3" +gem "omniauth", "~> 2.1" gem "omniauth-google-oauth2", "~> 1.2", ">= 1.2.1" gem "omniauth-rails_csrf_protection", "~> 1.0", ">= 1.0.2" gem "pagy", "~> 9.4" diff --git a/Gemfile.lock b/Gemfile.lock index 7d7c15c..c503cd9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -371,8 +371,9 @@ GEM oj (3.16.11) bigdecimal (>= 3.0) ostruct (>= 0.2) - omniauth (2.1.3) + omniauth (2.1.4) hashie (>= 3.4.6) + logger rack (>= 2.2.3) rack-protection omniauth-google-oauth2 (1.2.1) @@ -720,7 +721,7 @@ DEPENDENCIES mission_control-jobs (~> 1.1) net-ssh (~> 7.3) oj (~> 3.16, >= 3.16.11) - omniauth (~> 2.1, >= 2.1.3) + omniauth (~> 2.1) omniauth-google-oauth2 (~> 1.2, >= 1.2.1) omniauth-rails_csrf_protection (~> 1.0, >= 1.0.2) pagy (~> 9.4)