Bump omniauth-google-oauth2 from 1.0.0 to 1.0.1

Bumps [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2) from 1.0.0 to 1.0.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.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: omniauth-google-oauth2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-26 19:58:05 +00:00
committed by Javi Martín
parent 3244c8df66
commit 327bbe055a
2 changed files with 8 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ gem "kaminari", "~> 1.2.2"
gem "mini_magick", "~> 4.11.0" gem "mini_magick", "~> 4.11.0"
gem "omniauth", "~> 2.1.0" gem "omniauth", "~> 2.1.0"
gem "omniauth-facebook", "~> 8.0.0" gem "omniauth-facebook", "~> 8.0.0"
gem "omniauth-google-oauth2", "~> 1.0.0" gem "omniauth-google-oauth2", "~> 1.0.1"
gem "omniauth-rails_csrf_protection", "~> 1.0.1" gem "omniauth-rails_csrf_protection", "~> 1.0.1"
gem "omniauth-twitter", "~> 1.4.0" gem "omniauth-twitter", "~> 1.4.0"
gem "paranoia", "~> 2.6.0" gem "paranoia", "~> 2.6.0"

View File

@@ -344,7 +344,7 @@ GEM
jquery-ui-rails (6.0.1) jquery-ui-rails (6.0.1)
railties (>= 3.2.16) railties (>= 3.2.16)
json (2.3.1) json (2.3.1)
jwt (2.2.3) jwt (2.5.0)
kaminari (1.2.2) kaminari (1.2.2)
activesupport (>= 4.1.0) activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2) kaminari-actionview (= 1.2.2)
@@ -410,8 +410,8 @@ GEM
racc (~> 1.4) racc (~> 1.4)
nori (2.6.0) nori (2.6.0)
oauth (0.5.6) oauth (0.5.6)
oauth2 (1.4.7) oauth2 (1.4.10)
faraday (>= 0.8, < 2.0) faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0) jwt (>= 1.0, < 3.0)
multi_json (~> 1.3) multi_json (~> 1.3)
multi_xml (~> 0.5) multi_xml (~> 0.5)
@@ -425,7 +425,7 @@ GEM
rack-protection rack-protection
omniauth-facebook (8.0.0) omniauth-facebook (8.0.0)
omniauth-oauth2 (~> 1.2) omniauth-oauth2 (~> 1.2)
omniauth-google-oauth2 (1.0.0) omniauth-google-oauth2 (1.0.1)
jwt (>= 2.0) jwt (>= 2.0)
oauth2 (~> 1.1) oauth2 (~> 1.1)
omniauth (~> 2.0) omniauth (~> 2.0)
@@ -433,8 +433,8 @@ GEM
omniauth-oauth (1.2.0) omniauth-oauth (1.2.0)
oauth oauth
omniauth (>= 1.0, < 3) omniauth (>= 1.0, < 3)
omniauth-oauth2 (1.7.1) omniauth-oauth2 (1.7.3)
oauth2 (~> 1.4) oauth2 (>= 1.4, < 3)
omniauth (>= 1.9, < 3) omniauth (>= 1.9, < 3)
omniauth-rails_csrf_protection (1.0.1) omniauth-rails_csrf_protection (1.0.1)
actionpack (>= 4.2) actionpack (>= 4.2)
@@ -764,7 +764,7 @@ DEPENDENCIES
mini_magick (~> 4.11.0) mini_magick (~> 4.11.0)
omniauth (~> 2.1.0) omniauth (~> 2.1.0)
omniauth-facebook (~> 8.0.0) omniauth-facebook (~> 8.0.0)
omniauth-google-oauth2 (~> 1.0.0) omniauth-google-oauth2 (~> 1.0.1)
omniauth-rails_csrf_protection (~> 1.0.1) omniauth-rails_csrf_protection (~> 1.0.1)
omniauth-twitter (~> 1.4.0) omniauth-twitter (~> 1.4.0)
paranoia (~> 2.6.0) paranoia (~> 2.6.0)