From dcfd6309286b6d4a914aa36356d755f068771ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:57:35 +0000 Subject: [PATCH] Bump omniauth from 2.1.2 to 2.1.3 Bumps [omniauth](https://github.com/omniauth/omniauth) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 460669bbf..4f3811d04 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem "image_processing", "~> 1.14.0" gem "invisible_captcha", "~> 2.3.0" gem "kaminari", "~> 1.2.2" gem "mini_magick", "~> 4.13.2" -gem "omniauth", "~> 2.1.2" +gem "omniauth", "~> 2.1.3" gem "omniauth-facebook", "~> 10.0.0" gem "omniauth-google-oauth2", "~> 1.2.1" gem "omniauth-rails_csrf_protection", "~> 1.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index bae5b4e38..159557159 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -418,7 +418,7 @@ GEM octokit (9.2.0) faraday (>= 1, < 3) sawyer (~> 0.9) - omniauth (2.1.2) + omniauth (2.1.3) hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection @@ -788,7 +788,7 @@ DEPENDENCIES letter_opener_web (~> 3.0.0) mdl (~> 0.13.0) mini_magick (~> 4.13.2) - omniauth (~> 2.1.2) + omniauth (~> 2.1.3) omniauth-facebook (~> 10.0.0) omniauth-google-oauth2 (~> 1.2.1) omniauth-rails_csrf_protection (~> 1.0.2)