File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ gem 'bcrypt'
65
65
gem 'doorkeeper'
66
66
67
67
# OAuth clients
68
- gem 'omniauth' , '~> 1.9 '
68
+ gem 'omniauth' , '~> 2.0 '
69
69
gem 'omniauth-identity'
70
70
gem 'omniauth-facebook'
71
71
gem 'omniauth-twitter'
Original file line number Diff line number Diff line change @@ -471,17 +471,18 @@ GEM
471
471
bigdecimal (>= 3.0 )
472
472
ostruct (>= 0.2 )
473
473
oj_mimic_json (1.0.1 )
474
- omniauth (1.9.2 )
474
+ omniauth (2.0.0 )
475
475
hashie (>= 3.4.6 )
476
476
rack (>= 1.6.2 , < 3 )
477
+ rack-protection
477
478
omniauth-facebook (10.0.0 )
478
479
bigdecimal
479
480
omniauth-oauth2 (>= 1.2 , < 3 )
480
- omniauth-google-oauth2 (0.8.2 )
481
+ omniauth-google-oauth2 (1.0.1 )
481
482
jwt (>= 2.0 )
482
483
oauth2 (~> 1.1 )
483
- omniauth (~> 1.1 )
484
- omniauth-oauth2 (>= 1.6 )
484
+ omniauth (~> 2.0 )
485
+ omniauth-oauth2 (~> 1.7.1 )
485
486
omniauth-identity (3.0.9 )
486
487
bcrypt
487
488
omniauth
569
570
rack (< 4 )
570
571
rack-cors (2.0.2 )
571
572
rack (>= 2.0.0 )
573
+ rack-protection (3.2.0 )
574
+ base64 (>= 0.1.0 )
575
+ rack (~> 2.2 , >= 2.2.4 )
572
576
rack-session (1.0.2 )
573
577
rack (< 3 )
574
578
rack-test (2.2.0 )
@@ -865,7 +869,7 @@ DEPENDENCIES
865
869
mini_racer
866
870
oj
867
871
oj_mimic_json
868
- omniauth (~> 1.9 )
872
+ omniauth (~> 2.0 )
869
873
omniauth-facebook
870
874
omniauth-google-oauth2
871
875
omniauth-identity
You can’t perform that action at this time.
0 commit comments