From c42ed076e8839e3e9655994100fb1970ceb67d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:22:59 +0000 Subject: [PATCH] Bump omniauth-google-oauth2 from 1.2.0 to 1.2.1 Bumps [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/zquestz/omniauth-google-oauth2/releases) - [Changelog](https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zquestz/omniauth-google-oauth2/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: omniauth-google-oauth2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 35 ++++++++++++++++++----------------- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 4c542d4cd..460669bbf 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "kaminari", "~> 1.2.2" gem "mini_magick", "~> 4.13.2" gem "omniauth", "~> 2.1.2" gem "omniauth-facebook", "~> 10.0.0" -gem "omniauth-google-oauth2", "~> 1.2.0" +gem "omniauth-google-oauth2", "~> 1.2.1" gem "omniauth-rails_csrf_protection", "~> 1.0.2" gem "omniauth-twitter", "~> 1.4.0" gem "paranoia", "~> 3.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index c0202e1aa..bae5b4e38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM activesupport (>= 5.2, < 8.2) autoprefixer-rails (10.4.19.0) execjs (~> 2) - base64 (0.2.0) + base64 (0.3.0) bcrypt (3.1.20) benchmark (0.4.0) better_html (2.1.1) @@ -118,7 +118,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (3.1.9) + bigdecimal (3.2.2) bindex (0.8.1) bing_translator (6.2.0) json @@ -317,7 +317,7 @@ GEM rdoc reline (>= 0.4.2) json (2.12.2) - jwt (2.9.3) + jwt (2.10.1) base64 kaminari (1.2.2) activesupport (>= 4.1.0) @@ -380,7 +380,7 @@ GEM mixlib-shellout (3.2.7) chef-utils multi_json (1.15.0) - multi_xml (0.7.1) + multi_xml (0.7.2) bigdecimal (~> 3.1) mutex_m (0.3.0) net-http (0.6.0) @@ -407,13 +407,14 @@ GEM nori (2.7.1) bigdecimal oauth (0.5.6) - oauth2 (2.0.9) - faraday (>= 0.17.3, < 3.0) - jwt (>= 1.0, < 3.0) + oauth2 (2.0.12) + faraday (>= 0.17.3, < 4.0) + jwt (>= 1.0, < 4.0) + logger (~> 1.2) multi_xml (~> 0.5) rack (>= 1.2, < 4) - snaky_hash (~> 2.0) - version_gem (~> 1.1) + snaky_hash (~> 2.0, >= 2.0.3) + version_gem (>= 1.1.8, < 3) octokit (9.2.0) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -424,8 +425,8 @@ GEM omniauth-facebook (10.0.0) bigdecimal omniauth-oauth2 (>= 1.2, < 3) - omniauth-google-oauth2 (1.2.0) - jwt (>= 2.9) + omniauth-google-oauth2 (1.2.1) + jwt (>= 2.9.2) oauth2 (~> 2.0) omniauth (~> 2.0) omniauth-oauth2 (~> 1.8) @@ -485,7 +486,7 @@ GEM puma (5.6.9) nio4r (~> 2.0) racc (1.8.1) - rack (2.2.14) + rack (2.2.17) rack-accept (0.4.5) rack (>= 0.4) rack-protection (3.2.0) @@ -655,9 +656,9 @@ GEM sitemap_generator (6.3.0) builder (~> 3.0) smart_properties (1.17.0) - snaky_hash (2.0.1) - hashie - version_gem (~> 1.1, >= 1.1.1) + snaky_hash (2.0.3) + hashie (>= 0.1.0, < 6) + version_gem (>= 1.1.8, < 3) social-share-button (1.2.4) coffee-rails spring (4.2.1) @@ -701,7 +702,7 @@ GEM unicode-display_width (2.6.0) uri (1.0.3) uuidtools (2.2.0) - version_gem (1.1.4) + version_gem (1.1.8) view_component (3.23.1) activesupport (>= 5.2.0, < 8.1) concurrent-ruby (~> 1) @@ -789,7 +790,7 @@ DEPENDENCIES mini_magick (~> 4.13.2) omniauth (~> 2.1.2) omniauth-facebook (~> 10.0.0) - omniauth-google-oauth2 (~> 1.2.0) + omniauth-google-oauth2 (~> 1.2.1) omniauth-rails_csrf_protection (~> 1.0.2) omniauth-twitter (~> 1.4.0) paranoia (~> 3.0.1)