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:
2
Gemfile
2
Gemfile
@@ -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"
|
||||||
|
|||||||
12
Gemfile.lock
12
Gemfile.lock
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user