Skip to content

Commit

Permalink
Downgrade omniauth-rails_csrf_protection to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed May 19, 2024
1 parent 1f6fe99 commit ab529e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem 'devise'
gem 'devise_cas_authenticatable', '~> 2.0'

# Omniauth as extra development backdoor
gem 'omniauth-rails_csrf_protection'
gem 'omniauth-rails_csrf_protection', '= 1.0.1'
gem 'omniauth-zeuswpi'

# Token authentication for partners
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ GEM
omniauth-oauth2 (1.7.3)
oauth2 (>= 1.4, < 3)
omniauth (>= 1.9, < 3)
omniauth-rails_csrf_protection (1.0.2)
omniauth-rails_csrf_protection (1.0.1)
actionpack (>= 4.2)
omniauth (~> 2.0)
omniauth-zeuswpi (1.0.0)
Expand Down Expand Up @@ -507,7 +507,7 @@ DEPENDENCIES
letter_opener
listen
minitest (= 5.15.0)
omniauth-rails_csrf_protection
omniauth-rails_csrf_protection (= 1.0.1)
omniauth-zeuswpi
paper_trail
pg
Expand Down

0 comments on commit ab529e6

Please sign in to comment.