diff --git a/Gemfile b/Gemfile index fbf9fd325..65477cc79 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index afbb88073..b3f33ba6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)