Bump omniauth-rails_csrf_protection from 1.0.1 to 1.0.2

Bumps [omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/cookpad/omniauth-rails_csrf_protection/releases)
- [Commits](https://github.com/cookpad/omniauth-rails_csrf_protection/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: omniauth-rails_csrf_protection
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-06-01 22:25:45 +00:00
committed by taitus
parent 0cc6de088e
commit 93cfb67d15
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", "~> 2.1.2"
gem "omniauth-facebook", "~> 9.0.0" gem "omniauth-facebook", "~> 9.0.0"
gem "omniauth-google-oauth2", "~> 1.1.1" 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 "omniauth-twitter", "~> 1.4.0"
gem "paranoia", "~> 3.0.0" gem "paranoia", "~> 3.0.0"
gem "pg", "~> 1.5.8" gem "pg", "~> 1.5.8"

View File

@@ -409,7 +409,7 @@ GEM
omniauth-oauth2 (1.8.0) omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3) oauth2 (>= 1.4, < 3)
omniauth (~> 2.0) omniauth (~> 2.0)
omniauth-rails_csrf_protection (1.0.1) omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2) actionpack (>= 4.2)
omniauth (~> 2.0) omniauth (~> 2.0)
omniauth-twitter (1.4.0) omniauth-twitter (1.4.0)
@@ -751,7 +751,7 @@ DEPENDENCIES
omniauth (~> 2.1.2) omniauth (~> 2.1.2)
omniauth-facebook (~> 9.0.0) omniauth-facebook (~> 9.0.0)
omniauth-google-oauth2 (~> 1.1.1) 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) omniauth-twitter (~> 1.4.0)
paranoia (~> 3.0.0) paranoia (~> 3.0.0)
pdf-reader (~> 2.12.0) pdf-reader (~> 2.12.0)