Skip to content

Commit 761e87c

Browse files
committed
Revert " omniauth-rails_csrf_protection to v2"
This reverts commit 8b528f9.
1 parent 8b528f9 commit 761e87c

2 files changed

Lines changed: 8 additions & 9 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', '~> 2.0', '>= 2.0.1'
25+
gem 'omniauth-rails_csrf_protection', '~> 1.0', '>= 1.0.2'
2626
gem 'paper_trail', '~> 17.0.0'
2727
gem 'paranoia', '~> 3.1.0'
2828
gem 'pg', '~> 1.6.2'

Gemfile.lock

Lines changed: 7 additions & 8 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.1)
116+
cgi (0.5.0)
117117
chunky_png (1.4.0)
118118
coderay (1.1.3)
119119
colorize (1.1.0)
120-
concurrent-ruby (1.3.6)
121-
connection_pool (3.0.2)
120+
concurrent-ruby (1.3.5)
121+
connection_pool (2.5.5)
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.25.0)
258+
loofah (2.24.1)
259259
crass (~> 1.0.2)
260260
nokogiri (>= 1.12.0)
261261
lumberjack (1.4.2)
@@ -274,8 +274,7 @@ GEM
274274
mina (1.2.5)
275275
rake
276276
mini_mime (1.1.5)
277-
minitest (6.0.0)
278-
prism (~> 1.5)
277+
minitest (5.26.2)
279278
mollie-api-ruby (4.18.0)
280279
bigdecimal (~> 3.1, >= 3.1.8)
281280
ostruct (~> 0.6.0)
@@ -329,7 +328,7 @@ GEM
329328
omniauth-oauth2 (1.8.0)
330329
oauth2 (>= 1.4, < 3)
331330
omniauth (~> 2.0)
332-
omniauth-rails_csrf_protection (2.0.1)
331+
omniauth-rails_csrf_protection (1.0.2)
333332
actionpack (>= 4.2)
334333
omniauth (~> 2.0)
335334
orm_adapter (0.5.0)
@@ -645,7 +644,7 @@ DEPENDENCIES
645644
omniauth (~> 2.1.4)
646645
omniauth-identity (~> 3.1, >= 3.1.5)
647646
omniauth-oauth2 (~> 1.8.0)
648-
omniauth-rails_csrf_protection (~> 2.0, >= 2.0.1)
647+
omniauth-rails_csrf_protection (~> 1.0, >= 1.0.2)
649648
paper_trail (~> 17.0.0)
650649
paranoia (~> 3.1.0)
651650
pg (~> 1.6.2)

0 commit comments

Comments
 (0)