diff --git a/Gemfile b/Gemfile index cfef25585..2c458486b 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ gem 'ruby-oembed', '0.8.8' # Services -gem 'omniauth', '1.1.3' +gem 'omniauth', '1.1.4' gem 'omniauth-facebook', '1.4.1' gem 'omniauth-tumblr', '1.1' gem 'omniauth-twitter', '0.0.16' diff --git a/Gemfile.lock b/Gemfile.lock index 4e672cbc0..abb1e918f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,7 +164,7 @@ GEM execjs (>= 1.2.9) sprockets (>= 2.0.3) tilt - hashie (1.2.0) + hashie (2.0.3) hike (1.2.1) http_accept_language (1.0.2) httpauth (0.2.0) @@ -226,8 +226,8 @@ GEM jwt (~> 0.1.4) multi_json (~> 1.0) rack (~> 1.2) - omniauth (1.1.3) - hashie (~> 1.2) + omniauth (1.1.4) + hashie (>= 1.2, < 3) rack omniauth-facebook (1.4.1) omniauth-oauth2 (~> 1.1.0) @@ -448,7 +448,7 @@ DEPENDENCIES mobile-fu (= 1.1.1) mysql2 (= 0.3.11) nokogiri (= 1.5.9) - omniauth (= 1.1.3) + omniauth (= 1.1.4) omniauth-facebook (= 1.4.1) omniauth-tumblr (= 1.1) omniauth-twitter (= 0.0.16)