mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:42:16 +08:00
Upgrade omniauth-google-oauth2.
This commit is contained in:
parent
7d5fdd0997
commit
9b9f0ab4af
3
Gemfile
3
Gemfile
|
@ -84,8 +84,7 @@ gem 'omniauth-github-discourse', require: 'omniauth-github'
|
|||
|
||||
gem 'omniauth-oauth2', require: false
|
||||
|
||||
# this removes the dependency on 'addressable'
|
||||
gem 'omniauth-google-oauth2', git: 'git://github.com/zquestz/omniauth-google-oauth2.git', ref: 'b492c4bb8286d35'
|
||||
gem 'omniauth-google-oauth2'
|
||||
gem 'oj'
|
||||
gem 'pg'
|
||||
gem 'pry-rails', require: false
|
||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -1,14 +1,3 @@
|
|||
GIT
|
||||
remote: git://github.com/zquestz/omniauth-google-oauth2.git
|
||||
revision: b492c4bb8286d35ae1168d7f2e5c57769bfe45a0
|
||||
ref: b492c4bb8286d35
|
||||
specs:
|
||||
omniauth-google-oauth2 (0.3.0)
|
||||
jwt (~> 1.0)
|
||||
multi_json (~> 1.3)
|
||||
omniauth (>= 1.1.1)
|
||||
omniauth-oauth2 (>= 1.3.1)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -205,6 +194,11 @@ GEM
|
|||
omniauth-github-discourse (1.1.2)
|
||||
omniauth (~> 1.0)
|
||||
omniauth-oauth2 (~> 1.1)
|
||||
omniauth-google-oauth2 (0.3.1)
|
||||
jwt (~> 1.0)
|
||||
multi_json (~> 1.3)
|
||||
omniauth (>= 1.1.1)
|
||||
omniauth-oauth2 (>= 1.3.1)
|
||||
omniauth-oauth (1.1.0)
|
||||
oauth
|
||||
omniauth (~> 1.0)
|
||||
|
@ -452,7 +446,7 @@ DEPENDENCIES
|
|||
omniauth
|
||||
omniauth-facebook
|
||||
omniauth-github-discourse
|
||||
omniauth-google-oauth2!
|
||||
omniauth-google-oauth2
|
||||
omniauth-oauth2
|
||||
omniauth-openid
|
||||
omniauth-twitter
|
||||
|
|
Loading…
Reference in New Issue
Block a user