mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 08:08:20 -05:00
downgrade google omniauth
This commit is contained in:
@@ -85,7 +85,8 @@ gem 'omniauth-github-discourse', require: 'omniauth-github'
|
||||
gem 'omniauth-oauth2', require: false
|
||||
|
||||
# see: https://github.com/zquestz/omniauth-google-oauth2/pull/193#issuecomment-170447701
|
||||
gem 'omniauth-google-oauth2', '0.2.6'
|
||||
# https://meta.discourse.org/t/google-authentication-bug-on-discourse/37734
|
||||
gem 'omniauth-google-oauth2', '0.2.5'
|
||||
gem 'oj'
|
||||
gem 'pg'
|
||||
gem 'pry-rails', require: false
|
||||
|
||||
+2
-2
@@ -194,7 +194,7 @@ GEM
|
||||
omniauth-github-discourse (1.1.2)
|
||||
omniauth (~> 1.0)
|
||||
omniauth-oauth2 (~> 1.1)
|
||||
omniauth-google-oauth2 (0.2.6)
|
||||
omniauth-google-oauth2 (0.2.5)
|
||||
omniauth (> 1.0)
|
||||
omniauth-oauth2 (~> 1.1)
|
||||
omniauth-oauth (1.1.0)
|
||||
@@ -444,7 +444,7 @@ DEPENDENCIES
|
||||
omniauth
|
||||
omniauth-facebook
|
||||
omniauth-github-discourse
|
||||
omniauth-google-oauth2 (= 0.2.6)
|
||||
omniauth-google-oauth2 (= 0.2.5)
|
||||
omniauth-oauth2
|
||||
omniauth-openid
|
||||
omniauth-twitter
|
||||
|
||||
Reference in New Issue
Block a user