Skip to content

Commit fdf3358

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem 'net-pop', '~> 0.1.2'
2020
gem 'net-smtp', '~> 0.5.1'
2121
gem 'omniauth', '~> 2.1.4'
2222
gem 'omniauth-oauth2', '~> 1.8.0'
23-
gem 'omniauth-rails_csrf_protection', '~> 1.0', '>= 1.0.2'
23+
gem 'omniauth-rails_csrf_protection', '~> 2.0'
2424
gem 'paper_trail', '~> 17.0.0'
2525
gem 'paranoia', '~> 3.1.0'
2626
gem 'pg', '~> 1.6.2'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ GEM
318318
omniauth-oauth2 (1.8.0)
319319
oauth2 (>= 1.4, < 3)
320320
omniauth (~> 2.0)
321-
omniauth-rails_csrf_protection (1.0.2)
321+
omniauth-rails_csrf_protection (2.0.0)
322322
actionpack (>= 4.2)
323323
omniauth (~> 2.0)
324324
orm_adapter (0.5.0)
@@ -643,7 +643,7 @@ DEPENDENCIES
643643
net-smtp (~> 0.5.1)
644644
omniauth (~> 2.1.4)
645645
omniauth-oauth2 (~> 1.8.0)
646-
omniauth-rails_csrf_protection (~> 1.0, >= 1.0.2)
646+
omniauth-rails_csrf_protection (~> 2.0)
647647
paper_trail (~> 17.0.0)
648648
paranoia (~> 3.1.0)
649649
pg (~> 1.6.2)

0 commit comments

Comments
 (0)