From 3e7422ea9667da37fc111b8716df80e2a0614e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 02:40:22 +0000 Subject: [PATCH] Bump omniauth from 2.1.1 to 2.1.2 Bumps [omniauth](https://github.com/omniauth/omniauth) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 786c80466..c1d35077c 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "invisible_captcha", "~> 2.1.0" gem "jquery-fileupload-rails" gem "kaminari", "~> 1.2.2" gem "mini_magick", "~> 4.12.0" -gem "omniauth", "~> 2.1.1" +gem "omniauth", "~> 2.1.2" gem "omniauth-facebook", "~> 9.0.0" gem "omniauth-google-oauth2", "~> 1.1.1" gem "omniauth-rails_csrf_protection", "~> 1.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index 3a2663f90..7cddce21d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -383,7 +383,7 @@ GEM octokit (6.1.1) faraday (>= 1, < 3) sawyer (~> 0.9) - omniauth (2.1.1) + omniauth (2.1.2) hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection @@ -450,7 +450,8 @@ GEM rack (2.2.8.1) rack-accept (0.4.5) rack (>= 0.4) - rack-protection (3.1.0) + rack-protection (3.2.0) + base64 (>= 0.1.0) rack (~> 2.2, >= 2.2.4) rack-proxy (0.7.6) rack @@ -742,7 +743,7 @@ DEPENDENCIES letter_opener_web (~> 2.0.0) mdl (~> 0.13.0) mini_magick (~> 4.12.0) - omniauth (~> 2.1.1) + omniauth (~> 2.1.2) omniauth-facebook (~> 9.0.0) omniauth-google-oauth2 (~> 1.1.1) omniauth-rails_csrf_protection (~> 1.0.1)