From 34a89a2794c18fcba7e8d128d32886c30582b183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 15 Feb 2013 17:09:32 +0100 Subject: [PATCH] bump omniauth --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e78efc7cf..cafb2ae54 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'devise', '2.1.3' gem 'remotipart', '1.0.2' -gem 'omniauth', '1.1.1' +gem 'omniauth', '1.1.3' gem 'omniauth-facebook', '1.4.1' gem 'omniauth-tumblr', '1.1' gem 'omniauth-twitter', '0.0.14' diff --git a/Gemfile.lock b/Gemfile.lock index f941e5f8e..b32561949 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,7 +233,7 @@ GEM jwt (~> 0.1.4) multi_json (~> 1.0) rack (~> 1.2) - omniauth (1.1.1) + omniauth (1.1.3) hashie (~> 1.2) rack omniauth-facebook (1.4.1) @@ -449,7 +449,7 @@ DEPENDENCIES mobile-fu (= 1.1.1) mysql2 (= 0.3.11) nokogiri (= 1.5.6) - omniauth (= 1.1.1) + omniauth (= 1.1.3) omniauth-facebook (= 1.4.1) omniauth-tumblr (= 1.1) omniauth-twitter (= 0.0.14)