Merge pull request #5567 from consuldemocracy/dependabot/bundler/omniauth-rails_csrf_protection-1.0.2

Bump omniauth-rails_csrf_protection from 1.0.1 to 1.0.2
This commit is contained in:
Sebastia
2024-10-24 14:47:36 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ gem "mini_magick", "~> 4.13.2"
gem "omniauth", "~> 2.1.2"
gem "omniauth-facebook", "~> 10.0.0"
gem "omniauth-google-oauth2", "~> 1.1.1"
gem "omniauth-rails_csrf_protection", "~> 1.0.1"
gem "omniauth-rails_csrf_protection", "~> 1.0.2"
gem "omniauth-twitter", "~> 1.4.0"
gem "paranoia", "~> 3.0.0"
gem "pg", "~> 1.5.8"

View File

@@ -412,7 +412,7 @@ GEM
omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3)
omniauth (~> 2.0)
omniauth-rails_csrf_protection (1.0.1)
omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2)
omniauth (~> 2.0)
omniauth-twitter (1.4.0)
@@ -754,7 +754,7 @@ DEPENDENCIES
omniauth (~> 2.1.2)
omniauth-facebook (~> 10.0.0)
omniauth-google-oauth2 (~> 1.1.1)
omniauth-rails_csrf_protection (~> 1.0.1)
omniauth-rails_csrf_protection (~> 1.0.2)
omniauth-twitter (~> 1.4.0)
paranoia (~> 3.0.0)
pdf-reader (~> 2.12.0)