mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 06:28:57 +08:00
Bump omniauth-google-oauth2 gem version
Pinning to an old version is no longer required following 8b4d6dafea
This commit is contained in:
parent
9a3dd6b59a
commit
8511bfe583
3
Gemfile
3
Gemfile
|
@ -89,8 +89,7 @@ gem 'omniauth-github'
|
|||
|
||||
gem 'omniauth-oauth2', require: false
|
||||
|
||||
# pinned until we test verified email change in the gem
|
||||
gem 'omniauth-google-oauth2', '0.6.0'
|
||||
gem 'omniauth-google-oauth2'
|
||||
|
||||
gem 'oj'
|
||||
gem 'pg'
|
||||
|
|
|
@ -151,7 +151,7 @@ GEM
|
|||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (2.2.0)
|
||||
jwt (2.1.0)
|
||||
jwt (2.2.1)
|
||||
kgio (2.11.2)
|
||||
libv8 (7.3.492.27.1)
|
||||
listen (3.1.5)
|
||||
|
@ -196,7 +196,7 @@ GEM
|
|||
msgpack (1.2.10)
|
||||
multi_json (1.13.1)
|
||||
multi_xml (0.6.0)
|
||||
multipart-post (2.0.0)
|
||||
multipart-post (2.1.1)
|
||||
mustache (1.1.0)
|
||||
nokogiri (1.10.3)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
|
@ -218,7 +218,7 @@ GEM
|
|||
omniauth-github (1.3.0)
|
||||
omniauth (~> 1.5)
|
||||
omniauth-oauth2 (>= 1.4.0, < 2.0)
|
||||
omniauth-google-oauth2 (0.6.0)
|
||||
omniauth-google-oauth2 (0.7.0)
|
||||
jwt (>= 2.0)
|
||||
omniauth (>= 1.1.1)
|
||||
omniauth-oauth2 (>= 1.5)
|
||||
|
@ -479,7 +479,7 @@ DEPENDENCIES
|
|||
omniauth
|
||||
omniauth-facebook
|
||||
omniauth-github
|
||||
omniauth-google-oauth2 (= 0.6.0)
|
||||
omniauth-google-oauth2
|
||||
omniauth-instagram
|
||||
omniauth-oauth2
|
||||
omniauth-openid
|
||||
|
|
Loading…
Reference in New Issue
Block a user