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 @@ -66,7 +66,7 @@ gem 'bcrypt'
6666gem 'doorkeeper'
6767
6868# OAuth clients
69- gem 'omniauth' , '~> 1.9 '
69+ gem 'omniauth' , '~> 2.0 '
7070gem 'omniauth-identity'
7171gem 'omniauth-facebook'
7272gem 'omniauth-twitter'
Original file line number Diff line number Diff line change @@ -491,17 +491,18 @@ GEM
491491 bigdecimal (>= 3.0 )
492492 ostruct (>= 0.2 )
493493 oj_mimic_json (1.0.1 )
494- omniauth (1.9.2 )
494+ omniauth (2.0.0 )
495495 hashie (>= 3.4.6 )
496496 rack (>= 1.6.2 , < 3 )
497+ rack-protection
497498 omniauth-facebook (10.0.0 )
498499 bigdecimal
499500 omniauth-oauth2 (>= 1.2 , < 3 )
500- omniauth-google-oauth2 (0.8.2 )
501+ omniauth-google-oauth2 (1.0.1 )
501502 jwt (>= 2.0 )
502503 oauth2 (~> 1.1 )
503- omniauth (~> 1.1 )
504- omniauth-oauth2 (>= 1.6 )
504+ omniauth (~> 2.0 )
505+ omniauth-oauth2 (~> 1.7.1 )
505506 omniauth-identity (3.0.9 )
506507 bcrypt
507508 omniauth
582583 rack (< 4 )
583584 rack-cors (2.0.2 )
584585 rack (>= 2.0.0 )
586+ rack-protection (3.2.0 )
587+ base64 (>= 0.1.0 )
588+ rack (~> 2.2 , >= 2.2.4 )
585589 rack-session (1.0.2 )
586590 rack (< 3 )
587591 rack-test (2.1.0 )
@@ -877,7 +881,7 @@ DEPENDENCIES
877881 mini_racer
878882 oj
879883 oj_mimic_json
880- omniauth (~> 1.9 )
884+ omniauth (~> 2.0 )
881885 omniauth-facebook
882886 omniauth-google-oauth2
883887 omniauth-identity
You can’t perform that action at this time.
0 commit comments