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'
66
66
gem 'doorkeeper'
67
67
68
68
# OAuth clients
69
- gem 'omniauth' , '~> 1.9 '
69
+ gem 'omniauth' , '~> 2.0 '
70
70
gem 'omniauth-identity'
71
71
gem 'omniauth-facebook'
72
72
gem 'omniauth-twitter'
Original file line number Diff line number Diff line change @@ -491,17 +491,18 @@ GEM
491
491
bigdecimal (>= 3.0 )
492
492
ostruct (>= 0.2 )
493
493
oj_mimic_json (1.0.1 )
494
- omniauth (1.9.2 )
494
+ omniauth (2.0.0 )
495
495
hashie (>= 3.4.6 )
496
496
rack (>= 1.6.2 , < 3 )
497
+ rack-protection
497
498
omniauth-facebook (10.0.0 )
498
499
bigdecimal
499
500
omniauth-oauth2 (>= 1.2 , < 3 )
500
- omniauth-google-oauth2 (0.8.2 )
501
+ omniauth-google-oauth2 (1.0.1 )
501
502
jwt (>= 2.0 )
502
503
oauth2 (~> 1.1 )
503
- omniauth (~> 1.1 )
504
- omniauth-oauth2 (>= 1.6 )
504
+ omniauth (~> 2.0 )
505
+ omniauth-oauth2 (~> 1.7.1 )
505
506
omniauth-identity (3.0.9 )
506
507
bcrypt
507
508
omniauth
582
583
rack (< 4 )
583
584
rack-cors (2.0.2 )
584
585
rack (>= 2.0.0 )
586
+ rack-protection (3.2.0 )
587
+ base64 (>= 0.1.0 )
588
+ rack (~> 2.2 , >= 2.2.4 )
585
589
rack-session (1.0.2 )
586
590
rack (< 3 )
587
591
rack-test (2.1.0 )
@@ -877,7 +881,7 @@ DEPENDENCIES
877
881
mini_racer
878
882
oj
879
883
oj_mimic_json
880
- omniauth (~> 1.9 )
884
+ omniauth (~> 2.0 )
881
885
omniauth-facebook
882
886
omniauth-google-oauth2
883
887
omniauth-identity
You can’t perform that action at this time.
0 commit comments