Merge pull request #4954 from consul/dependabot/bundler/master/omniauth-rails_csrf_protection-1.0.1

Bump omniauth-rails_csrf_protection from 1.0.0 to 1.0.1
This commit is contained in:
Javi Martín
2022-08-26 20:10:07 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ gem "mini_magick", "~> 4.11.0"
gem "omniauth", "~> 2.0.4"
gem "omniauth-facebook", "~> 8.0.0"
gem "omniauth-google-oauth2", "~> 1.0.0"
gem "omniauth-rails_csrf_protection", "~> 1.0.0"
gem "omniauth-rails_csrf_protection", "~> 1.0.1"
gem "omniauth-twitter", "~> 1.4.0"
gem "paranoia", "~> 2.6.0"
gem "pg", "~> 1.4.3"

View File

@@ -300,7 +300,7 @@ GEM
activesupport (>= 5.2)
gyoku (1.3.1)
builder (>= 2.1.2)
hashie (4.1.0)
hashie (5.0.0)
highline (2.0.3)
html_tokenizer (0.0.7)
htmlentities (4.3.4)
@@ -433,7 +433,7 @@ GEM
omniauth-oauth2 (1.7.1)
oauth2 (~> 1.4)
omniauth (>= 1.9, < 3)
omniauth-rails_csrf_protection (1.0.0)
omniauth-rails_csrf_protection (1.0.1)
actionpack (>= 4.2)
omniauth (~> 2.0)
omniauth-twitter (1.4.0)
@@ -476,7 +476,7 @@ GEM
rack (2.2.4)
rack-accept (0.4.5)
rack (>= 0.4)
rack-protection (2.1.0)
rack-protection (2.2.2)
rack
rack-proxy (0.7.0)
rack
@@ -761,7 +761,7 @@ DEPENDENCIES
omniauth (~> 2.0.4)
omniauth-facebook (~> 8.0.0)
omniauth-google-oauth2 (~> 1.0.0)
omniauth-rails_csrf_protection (~> 1.0.0)
omniauth-rails_csrf_protection (~> 1.0.1)
omniauth-twitter (~> 1.4.0)
paranoia (~> 2.6.0)
pg (~> 1.4.3)