From 1a5bcec39473fc00eedfd4a8aec638bc752f08fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 1 Sep 2014 11:11:06 +0200 Subject: [PATCH] bump omniauth --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b71535990..c8e837df6 100644 --- a/Gemfile +++ b/Gemfile @@ -109,7 +109,7 @@ gem 'opengraph_parser', '0.2.3' # Services -gem 'omniauth', '1.2.1' +gem 'omniauth', '1.2.2' 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 631dc0354..37ee6827b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -213,7 +213,7 @@ GEM execjs (>= 1.2.9) sprockets (>= 2.0.3) tilt - hashie (2.1.2) + hashie (3.3.1) hike (1.2.3) http_accept_language (2.0.2) i18n (0.6.11) @@ -285,8 +285,8 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (~> 1.2) - omniauth (1.2.1) - hashie (>= 1.2, < 3) + omniauth (1.2.2) + hashie (>= 1.2, < 4) rack (~> 1.0) omniauth-facebook (1.6.0) omniauth-oauth2 (~> 1.1) @@ -545,7 +545,7 @@ DEPENDENCIES mobile-fu (= 1.3.1) mysql2 (= 0.3.16) nokogiri (= 1.6.1) - omniauth (= 1.2.1) + omniauth (= 1.2.2) omniauth-facebook (= 1.6.0) omniauth-tumblr (= 1.1) omniauth-twitter (= 1.0.1)