Bump omniauth-rails_csrf_protection from 1.0.0 to 1.0.1
Bumps [omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/cookpad/omniauth-rails_csrf_protection/releases) - [Commits](https://github.com/cookpad/omniauth-rails_csrf_protection/compare/v1.0.0...v1.0.1) --- 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:
committed by
Javi Martín
parent
95b188b275
commit
4675cabe9a
2
Gemfile
2
Gemfile
@@ -39,7 +39,7 @@ gem "mini_magick", "~> 4.11.0"
|
|||||||
gem "omniauth", "~> 2.0.4"
|
gem "omniauth", "~> 2.0.4"
|
||||||
gem "omniauth-facebook", "~> 8.0.0"
|
gem "omniauth-facebook", "~> 8.0.0"
|
||||||
gem "omniauth-google-oauth2", "~> 1.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 "omniauth-twitter", "~> 1.4.0"
|
||||||
gem "paranoia", "~> 2.6.0"
|
gem "paranoia", "~> 2.6.0"
|
||||||
gem "pg", "~> 1.4.3"
|
gem "pg", "~> 1.4.3"
|
||||||
|
|||||||
@@ -300,7 +300,7 @@ GEM
|
|||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
gyoku (1.3.1)
|
gyoku (1.3.1)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
hashie (4.1.0)
|
hashie (5.0.0)
|
||||||
highline (2.0.3)
|
highline (2.0.3)
|
||||||
html_tokenizer (0.0.7)
|
html_tokenizer (0.0.7)
|
||||||
htmlentities (4.3.4)
|
htmlentities (4.3.4)
|
||||||
@@ -433,7 +433,7 @@ GEM
|
|||||||
omniauth-oauth2 (1.7.1)
|
omniauth-oauth2 (1.7.1)
|
||||||
oauth2 (~> 1.4)
|
oauth2 (~> 1.4)
|
||||||
omniauth (>= 1.9, < 3)
|
omniauth (>= 1.9, < 3)
|
||||||
omniauth-rails_csrf_protection (1.0.0)
|
omniauth-rails_csrf_protection (1.0.1)
|
||||||
actionpack (>= 4.2)
|
actionpack (>= 4.2)
|
||||||
omniauth (~> 2.0)
|
omniauth (~> 2.0)
|
||||||
omniauth-twitter (1.4.0)
|
omniauth-twitter (1.4.0)
|
||||||
@@ -476,7 +476,7 @@ GEM
|
|||||||
rack (2.2.4)
|
rack (2.2.4)
|
||||||
rack-accept (0.4.5)
|
rack-accept (0.4.5)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
rack-protection (2.1.0)
|
rack-protection (2.2.2)
|
||||||
rack
|
rack
|
||||||
rack-proxy (0.7.0)
|
rack-proxy (0.7.0)
|
||||||
rack
|
rack
|
||||||
@@ -761,7 +761,7 @@ DEPENDENCIES
|
|||||||
omniauth (~> 2.0.4)
|
omniauth (~> 2.0.4)
|
||||||
omniauth-facebook (~> 8.0.0)
|
omniauth-facebook (~> 8.0.0)
|
||||||
omniauth-google-oauth2 (~> 1.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)
|
omniauth-twitter (~> 1.4.0)
|
||||||
paranoia (~> 2.6.0)
|
paranoia (~> 2.6.0)
|
||||||
pg (~> 1.4.3)
|
pg (~> 1.4.3)
|
||||||
|
|||||||
Reference in New Issue
Block a user