diff --git a/Gemfile b/Gemfile index 0377e2959..04e92f333 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "mini_magick", "~> 4.13.2" gem "omniauth", "~> 2.1.2" gem "omniauth-facebook", "~> 9.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" diff --git a/Gemfile.lock b/Gemfile.lock index 561942e7a..37f6e01ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -409,7 +409,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) @@ -751,7 +751,7 @@ DEPENDENCIES omniauth (~> 2.1.2) omniauth-facebook (~> 9.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)