From 1b0b03d52f51253ec8d95cf8a9c9dd631b4b6bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:49:35 +0000 Subject: [PATCH] Bump omniauth-google-oauth2 from 1.1.1 to 1.2.0 Bumps [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2) from 1.1.1 to 1.2.0. - [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.1.1...v1.2.0) --- updated-dependencies: - dependency-name: omniauth-google-oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index eda09bea0..9c279f253 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,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.1.1" +gem "omniauth-google-oauth2", "~> 1.2.0" gem "omniauth-rails_csrf_protection", "~> 1.0.2" gem "omniauth-twitter", "~> 1.4.0" gem "paranoia", "~> 3.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index b68f4277d..8663ea105 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,7 @@ GEM irb (1.12.0) rdoc reline (>= 0.4.2) - json (2.7.2) + json (2.7.3) jwt (2.9.3) base64 kaminari (1.2.2) @@ -401,11 +401,11 @@ GEM omniauth-facebook (10.0.0) bigdecimal omniauth-oauth2 (>= 1.2, < 3) - omniauth-google-oauth2 (1.1.1) - jwt (>= 2.0) - oauth2 (~> 2.0.6) + omniauth-google-oauth2 (1.2.0) + jwt (>= 2.9) + oauth2 (~> 2.0) omniauth (~> 2.0) - omniauth-oauth2 (~> 1.8.0) + omniauth-oauth2 (~> 1.8) omniauth-oauth (1.2.0) oauth omniauth (>= 1.0, < 3) @@ -753,7 +753,7 @@ DEPENDENCIES mini_magick (~> 4.13.2) omniauth (~> 2.1.2) omniauth-facebook (~> 10.0.0) - omniauth-google-oauth2 (~> 1.1.1) + omniauth-google-oauth2 (~> 1.2.0) omniauth-rails_csrf_protection (~> 1.0.2) omniauth-twitter (~> 1.4.0) paranoia (~> 3.0.0)