Skip to content

Commit 8b528f9

Browse files
chore(deps): update dependency omniauth-rails_csrf_protection to v2 (#1136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c6164ee commit 8b528f9

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem 'net-smtp', '~> 0.5.1'
2222
gem 'omniauth', '~> 2.1.4'
2323
gem 'omniauth-identity', '~> 3.1', '>= 3.1.5'
2424
gem 'omniauth-oauth2', '~> 1.8.0'
25-
gem 'omniauth-rails_csrf_protection', '~> 1.0', '>= 1.0.2'
25+
gem 'omniauth-rails_csrf_protection', '~> 2.0', '>= 2.0.1'
2626
gem 'paper_trail', '~> 17.0.0'
2727
gem 'paranoia', '~> 3.1.0'
2828
gem 'pg', '~> 1.6.2'

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ GEM
113113
capistrano (>= 3.9.0)
114114
capistrano-bundler
115115
sidekiq (>= 7.0)
116-
cgi (0.5.0)
116+
cgi (0.5.1)
117117
chunky_png (1.4.0)
118118
coderay (1.1.3)
119119
colorize (1.1.0)
120-
concurrent-ruby (1.3.5)
121-
connection_pool (2.5.5)
120+
concurrent-ruby (1.3.6)
121+
connection_pool (3.0.2)
122122
crass (1.0.6)
123123
cssbundling-rails (1.4.3)
124124
railties (>= 6.0.0)
@@ -255,7 +255,7 @@ GEM
255255
ffi-compiler (~> 1.0)
256256
rake (~> 13.0)
257257
logger (1.7.0)
258-
loofah (2.24.1)
258+
loofah (2.25.0)
259259
crass (~> 1.0.2)
260260
nokogiri (>= 1.12.0)
261261
lumberjack (1.4.2)
@@ -274,7 +274,8 @@ GEM
274274
mina (1.2.5)
275275
rake
276276
mini_mime (1.1.5)
277-
minitest (5.26.2)
277+
minitest (6.0.0)
278+
prism (~> 1.5)
278279
mollie-api-ruby (4.18.0)
279280
bigdecimal (~> 3.1, >= 3.1.8)
280281
ostruct (~> 0.6.0)
@@ -328,7 +329,7 @@ GEM
328329
omniauth-oauth2 (1.8.0)
329330
oauth2 (>= 1.4, < 3)
330331
omniauth (~> 2.0)
331-
omniauth-rails_csrf_protection (1.0.2)
332+
omniauth-rails_csrf_protection (2.0.1)
332333
actionpack (>= 4.2)
333334
omniauth (~> 2.0)
334335
orm_adapter (0.5.0)
@@ -644,7 +645,7 @@ DEPENDENCIES
644645
omniauth (~> 2.1.4)
645646
omniauth-identity (~> 3.1, >= 3.1.5)
646647
omniauth-oauth2 (~> 1.8.0)
647-
omniauth-rails_csrf_protection (~> 1.0, >= 1.0.2)
648+
omniauth-rails_csrf_protection (~> 2.0, >= 2.0.1)
648649
paper_trail (~> 17.0.0)
649650
paranoia (~> 3.1.0)
650651
pg (~> 1.6.2)

0 commit comments

Comments
 (0)