diff --git a/Gemfile b/Gemfile index af33d945d..ce7deb832 100644 --- a/Gemfile +++ b/Gemfile @@ -159,8 +159,8 @@ gem "secure_headers", "6.3.3" # Services -gem "omniauth", "2.0.4" -gem "omniauth-rails_csrf_protection", "1.0.0" +gem "omniauth", "2.1.0" +gem "omniauth-rails_csrf_protection", "1.0.1" gem "omniauth-tumblr", "1.2" gem "omniauth-twitter", "1.4.0" gem "omniauth-wordpress", "0.2.2" diff --git a/Gemfile.lock b/Gemfile.lock index d55b1b6e1..76d01ee36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -319,7 +319,7 @@ GEM sprockets (>= 2.0.0) tilt (>= 1.2) hashdiff (1.0.1) - hashie (4.1.0) + hashie (5.0.0) http (4.4.1) addressable (~> 2.3) http-cookie (~> 1.0) @@ -430,9 +430,9 @@ GEM octokit (4.21.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) - omniauth (2.0.4) + omniauth (2.1.0) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) + rack (>= 2.2.3) rack-protection omniauth-oauth (1.2.0) oauth @@ -440,7 +440,7 @@ GEM omniauth-oauth2 (1.7.2) 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-tumblr (1.2) @@ -515,7 +515,7 @@ GEM json-jwt (>= 1.11.0) rack (>= 2.1.0) rack-piwik (0.3.0) - rack-protection (2.1.0) + rack-protection (2.2.0) rack rack-rewrite (1.5.1) rack-ssl (1.4.1) @@ -848,8 +848,8 @@ DEPENDENCIES mobile-fu (= 1.4.0) mysql2 (= 0.5.4) nokogiri (= 1.12.5) - omniauth (= 2.0.4) - omniauth-rails_csrf_protection (= 1.0.0) + omniauth (= 2.1.0) + omniauth-rails_csrf_protection (= 1.0.1) omniauth-tumblr (= 1.2) omniauth-twitter (= 1.4.0) omniauth-wordpress (= 0.2.2)