diff --git a/Gemfile b/Gemfile index be9d5fa85..2069616a7 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ gem 'strong_parameters' # Services -gem 'omniauth', '1.1.4' +gem 'omniauth', '1.2.1' gem 'omniauth-facebook', '1.6.0' gem 'omniauth-tumblr', '1.1' gem 'omniauth-twitter', '1.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index 9f9fef22a..1a5a77754 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -200,7 +200,7 @@ GEM execjs (>= 1.2.9) sprockets (>= 2.0.3) tilt - hashie (2.0.5) + hashie (2.1.1) hike (1.2.3) http_accept_language (1.0.2) httpauth (0.2.0) @@ -270,9 +270,9 @@ GEM jwt (~> 0.1.4) multi_json (~> 1.0) rack (~> 1.2) - omniauth (1.1.4) + omniauth (1.2.1) hashie (>= 1.2, < 3) - rack + rack (~> 1.0) omniauth-facebook (1.6.0) omniauth-oauth2 (~> 1.1) omniauth-oauth (1.0.1) @@ -511,7 +511,7 @@ DEPENDENCIES mobile-fu (= 1.2.2) mysql2 (= 0.3.16) nokogiri (= 1.6.2.1) - omniauth (= 1.1.4) + omniauth (= 1.2.1) omniauth-facebook (= 1.6.0) omniauth-tumblr (= 1.1) omniauth-twitter (= 1.0.1)