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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-24 12:49:35 +00:00
committed by GitHub
parent 389e2c410e
commit 1b0b03d52f
2 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ gem "kaminari", "~> 1.2.2"
gem "mini_magick", "~> 4.13.2" gem "mini_magick", "~> 4.13.2"
gem "omniauth", "~> 2.1.2" gem "omniauth", "~> 2.1.2"
gem "omniauth-facebook", "~> 10.0.0" 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-rails_csrf_protection", "~> 1.0.2"
gem "omniauth-twitter", "~> 1.4.0" gem "omniauth-twitter", "~> 1.4.0"
gem "paranoia", "~> 3.0.0" gem "paranoia", "~> 3.0.0"

View File

@@ -295,7 +295,7 @@ GEM
irb (1.12.0) irb (1.12.0)
rdoc rdoc
reline (>= 0.4.2) reline (>= 0.4.2)
json (2.7.2) json (2.7.3)
jwt (2.9.3) jwt (2.9.3)
base64 base64
kaminari (1.2.2) kaminari (1.2.2)
@@ -401,11 +401,11 @@ GEM
omniauth-facebook (10.0.0) omniauth-facebook (10.0.0)
bigdecimal bigdecimal
omniauth-oauth2 (>= 1.2, < 3) omniauth-oauth2 (>= 1.2, < 3)
omniauth-google-oauth2 (1.1.1) omniauth-google-oauth2 (1.2.0)
jwt (>= 2.0) jwt (>= 2.9)
oauth2 (~> 2.0.6) oauth2 (~> 2.0)
omniauth (~> 2.0) omniauth (~> 2.0)
omniauth-oauth2 (~> 1.8.0) omniauth-oauth2 (~> 1.8)
omniauth-oauth (1.2.0) omniauth-oauth (1.2.0)
oauth oauth
omniauth (>= 1.0, < 3) omniauth (>= 1.0, < 3)
@@ -753,7 +753,7 @@ DEPENDENCIES
mini_magick (~> 4.13.2) mini_magick (~> 4.13.2)
omniauth (~> 2.1.2) omniauth (~> 2.1.2)
omniauth-facebook (~> 10.0.0) 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-rails_csrf_protection (~> 1.0.2)
omniauth-twitter (~> 1.4.0) omniauth-twitter (~> 1.4.0)
paranoia (~> 3.0.0) paranoia (~> 3.0.0)