Skip to content

Commit 649312a

Browse files
authored
Update omniauth-rails_csrf_protection to version 2.0.1
1 parent 9d5983a commit 649312a

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

Gemfile.lock

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ GEM
116116
awesome_nested_set (3.5.0)
117117
activerecord (>= 4.0.0, < 7.1)
118118
aws_cf_signer (0.1.3)
119-
base64 (0.2.0)
119+
base64 (0.3.0)
120120
bcrypt (3.1.20)
121121
benchmark (0.4.0)
122122
bindex (0.8.1)
@@ -246,12 +246,13 @@ GEM
246246
sysexits (~> 1.1)
247247
hashdiff (1.0.1)
248248
hashery (2.1.2)
249-
hashie (5.0.0)
249+
hashie (5.1.0)
250+
logger
250251
htmlentities (4.3.4)
251252
http-accept (1.7.0)
252253
http-cookie (1.0.5)
253254
domain_name (~> 0.5)
254-
i18n (1.14.7)
255+
i18n (1.14.8)
255256
concurrent-ruby (~> 1.0)
256257
i18n_data (0.17.1)
257258
simple_po_parser (~> 1.1)
@@ -297,7 +298,7 @@ GEM
297298
activesupport (>= 4)
298299
railties (>= 4)
299300
request_store (~> 1.0)
300-
loofah (2.24.0)
301+
loofah (2.25.0)
301302
crass (~> 1.0.2)
302303
nokogiri (>= 1.12.0)
303304
mail (2.8.1)
@@ -317,8 +318,9 @@ GEM
317318
benchmark
318319
logger
319320
mini_mime (1.1.5)
320-
mini_portile2 (2.8.8)
321-
minitest (5.25.5)
321+
mini_portile2 (2.8.9)
322+
minitest (6.0.1)
323+
prism (~> 1.5)
322324
momentjs-rails (2.29.4.1)
323325
railties (>= 3.1)
324326
monetize (1.12.0)
@@ -346,7 +348,7 @@ GEM
346348
next_rails (1.2.4)
347349
colorize (>= 0.8.1)
348350
nio4r (2.7.4)
349-
nokogiri (1.18.5)
351+
nokogiri (1.19.0)
350352
mini_portile2 (~> 2.8.2)
351353
racc (~> 1.4)
352354
oauth2 (2.0.9)
@@ -356,8 +358,9 @@ GEM
356358
rack (>= 1.2, < 4)
357359
snaky_hash (~> 2.0)
358360
version_gem (~> 1.1)
359-
omniauth (2.1.3)
361+
omniauth (2.1.4)
360362
hashie (>= 3.4.6)
363+
logger
361364
rack (>= 2.2.3)
362365
rack-protection
363366
omniauth-facebook (9.0.0)
@@ -376,7 +379,7 @@ GEM
376379
omniauth-openid (2.0.1)
377380
omniauth (>= 1.0, < 3.0)
378381
rack-openid (~> 1.4.0)
379-
omniauth-rails_csrf_protection (1.0.2)
382+
omniauth-rails_csrf_protection (2.0.1)
380383
actionpack (>= 4.2)
381384
omniauth (~> 2.0)
382385
orm_adapter (0.5.0)
@@ -408,11 +411,12 @@ GEM
408411
prawn-table
409412
prawn-table (0.2.2)
410413
prawn (>= 1.3.0, < 3.0.0)
414+
prism (1.9.0)
411415
public_suffix (6.0.1)
412416
puma (6.6.0)
413417
nio4r (~> 2.0)
414418
racc (1.8.1)
415-
rack (2.2.13)
419+
rack (2.2.21)
416420
rack-openid (1.4.2)
417421
rack (>= 1.1.0)
418422
ruby-openid (>= 2.1.8)
@@ -439,7 +443,7 @@ GEM
439443
actionpack (>= 5.0.1.rc1)
440444
actionview (>= 5.0.1.rc1)
441445
activesupport (>= 5.0.1.rc1)
442-
rails-dom-testing (2.2.0)
446+
rails-dom-testing (2.3.0)
443447
activesupport (>= 5.0.0)
444448
minitest
445449
nokogiri (>= 1.6)

0 commit comments

Comments
 (0)