File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ gem 'bcrypt'
6565gem 'doorkeeper'
6666
6767# OAuth clients
68- gem 'omniauth' , '~> 1.9 '
68+ gem 'omniauth' , '~> 2.0 '
6969gem 'omniauth-identity'
7070gem 'omniauth-facebook'
7171gem 'omniauth-twitter'
Original file line number Diff line number Diff line change @@ -471,17 +471,18 @@ GEM
471471 bigdecimal (>= 3.0 )
472472 ostruct (>= 0.2 )
473473 oj_mimic_json (1.0.1 )
474- omniauth (1.9.2 )
474+ omniauth (2.0.0 )
475475 hashie (>= 3.4.6 )
476476 rack (>= 1.6.2 , < 3 )
477+ rack-protection
477478 omniauth-facebook (10.0.0 )
478479 bigdecimal
479480 omniauth-oauth2 (>= 1.2 , < 3 )
480- omniauth-google-oauth2 (0.8.2 )
481+ omniauth-google-oauth2 (1.0.1 )
481482 jwt (>= 2.0 )
482483 oauth2 (~> 1.1 )
483- omniauth (~> 1.1 )
484- omniauth-oauth2 (>= 1.6 )
484+ omniauth (~> 2.0 )
485+ omniauth-oauth2 (~> 1.7.1 )
485486 omniauth-identity (3.0.9 )
486487 bcrypt
487488 omniauth
569570 rack (< 4 )
570571 rack-cors (2.0.2 )
571572 rack (>= 2.0.0 )
573+ rack-protection (3.2.0 )
574+ base64 (>= 0.1.0 )
575+ rack (~> 2.2 , >= 2.2.4 )
572576 rack-session (1.0.2 )
573577 rack (< 3 )
574578 rack-test (2.2.0 )
@@ -865,7 +869,7 @@ DEPENDENCIES
865869 mini_racer
866870 oj
867871 oj_mimic_json
868- omniauth (~> 1.9 )
872+ omniauth (~> 2.0 )
869873 omniauth-facebook
870874 omniauth-google-oauth2
871875 omniauth-identity
You can’t perform that action at this time.
0 commit comments