From 65685695d2c6d42dc7e3ea9074af5616fb444f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 28 Dec 2015 05:38:46 +0100 Subject: [PATCH] bump omniauth --- Gemfile | 2 +- Gemfile.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 431ec4cc2..2c07dd7dd 100644 --- a/Gemfile +++ b/Gemfile @@ -135,7 +135,7 @@ gem "open_graph_reader", "0.6.1" # Services -gem "omniauth", "1.2.2" +gem "omniauth", "1.3.1" gem "omniauth-facebook", "3.0.0" gem "omniauth-tumblr", "1.2" gem "omniauth-twitter", "1.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index fb063d72e..b06ee52fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,6 @@ GEM compass (~> 1.0.0) sass-rails (< 5.1) sprockets (< 2.13) - concurrent-ruby (1.0.0) configurate (0.3.1) connection_pool (2.2.0) crack (0.4.3) @@ -471,9 +470,9 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (~> 1.2) - omniauth (1.2.2) + omniauth (1.3.1) hashie (>= 1.2, < 4) - rack (~> 1.0) + rack (>= 1.0, < 3) omniauth-facebook (3.0.0) omniauth-oauth2 (~> 1.2) omniauth-oauth (1.1.0) @@ -832,7 +831,7 @@ DEPENDENCIES mobile-fu (= 1.3.1) mysql2 (= 0.3.20) nokogiri (= 1.6.7.1) - omniauth (= 1.2.2) + omniauth (= 1.3.1) omniauth-facebook (= 3.0.0) omniauth-tumblr (= 1.2) omniauth-twitter (= 1.2.1)