File tree 2 files changed +14
-9
lines changed
2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ gem "cancancan", "~> 3.3.0"
24
24
gem "cancancan-mongoid" , "2.0.0"
25
25
gem "devise" , "4.8.0"
26
26
gem "devise_invitable" , "2.0.5"
27
- gem "omniauth" , "1.8.1 "
27
+ gem "omniauth" , "2.1.2 "
28
28
gem "omniauth-facebook" , "3.0.0"
29
29
30
30
# Colored output to console
Original file line number Diff line number Diff line change 71
71
rake (>= 10.4 , < 14.0 )
72
72
ast (2.4.2 )
73
73
awesome_print (1.9.2 )
74
+ base64 (0.2.0 )
74
75
bcrypt (3.1.16 )
75
76
bcrypt (3.1.16-java )
76
77
better_errors (2.10.1 )
196
197
activerecord (>= 4.2 , < 7.0 )
197
198
request_store (~> 1.0 )
198
199
hashdiff (1.0.1 )
199
- hashie (3.5.7 )
200
+ hashie (5.0.0 )
200
201
httpclient (2.8.3 )
201
202
i18n (1.14.1 )
202
203
concurrent-ruby (~> 1.0 )
@@ -281,14 +282,15 @@ GEM
281
282
multi_json (~> 1.3 )
282
283
multi_xml (~> 0.5 )
283
284
rack (>= 1.2 , < 3 )
284
- omniauth (1.8.1 )
285
- hashie (>= 3.4.6 , < 3.6.0 )
286
- rack (>= 1.6.2 , < 3 )
285
+ omniauth (2.1.2 )
286
+ hashie (>= 3.4.6 )
287
+ rack (>= 2.2.3 )
288
+ rack-protection
287
289
omniauth-facebook (3.0.0 )
288
290
omniauth-oauth2 (~> 1.2 )
289
- omniauth-oauth2 (1.5 .0 )
290
- oauth2 (~> 1.1 )
291
- omniauth (~> 1.2 )
291
+ omniauth-oauth2 (1.8 .0 )
292
+ oauth2 (>= 1.4 , < 3 )
293
+ omniauth (~> 2.0 )
292
294
orm_adapter (0.5.0 )
293
295
parallel (1.24.0 )
294
296
parser (3.2.2.4 )
327
329
rack (2.2.8 )
328
330
rack-cors (2.0.1 )
329
331
rack (>= 2.0.0 )
332
+ rack-protection (3.2.0 )
333
+ base64 (>= 0.1.0 )
334
+ rack (~> 2.2 , >= 2.2.4 )
330
335
rack-test (2.1.0 )
331
336
rack (>= 1.3 )
332
337
rack-timeout (0.6.0 )
@@ -517,7 +522,7 @@ DEPENDENCIES
517
522
mongoid (= 7.3.3 )
518
523
mongoid-rspec
519
524
nearest_time_zone
520
- omniauth (= 1.8.1 )
525
+ omniauth (= 2.1.2 )
521
526
omniauth-facebook (= 3.0.0 )
522
527
pg (= 1.2.3 )
523
528
pry-byebug
You can’t perform that action at this time.
0 commit comments