From a6e3d587b65dad034d5cda75e6cb169699313489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 10 Dec 2015 18:12:57 +0100 Subject: [PATCH] bump omniauth-facebook --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 44b1e3e53..f67473671 100644 --- a/Gemfile +++ b/Gemfile @@ -136,7 +136,7 @@ gem "open_graph_reader", "0.6.1" # Services gem "omniauth", "1.2.2" -gem "omniauth-facebook", "2.0.1" +gem "omniauth-facebook", "3.0.0" gem "omniauth-tumblr", "1.1" gem "omniauth-twitter", "1.2.1" gem "twitter", "5.15.0" diff --git a/Gemfile.lock b/Gemfile.lock index 5c9c3b2bc..d6ec7763b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -369,7 +369,7 @@ GEM sprockets (>= 2.0.0, < 4.0) tilt (~> 1.2) hashdiff (0.2.2) - hashie (3.4.2) + hashie (3.4.3) hike (1.2.3) hiredis (0.5.2) hitimes (1.2.3) @@ -418,7 +418,7 @@ GEM json (1.8.3) json-schema (2.5.2) addressable (~> 2.3.8) - jwt (1.5.1) + jwt (1.5.2) kaminari (0.16.3) actionpack (>= 3.0.0) activesupport (>= 3.0.0) @@ -475,12 +475,12 @@ GEM omniauth (1.2.2) hashie (>= 1.2, < 4) rack (~> 1.0) - omniauth-facebook (2.0.1) + omniauth-facebook (3.0.0) omniauth-oauth2 (~> 1.2) omniauth-oauth (1.1.0) oauth omniauth (~> 1.0) - omniauth-oauth2 (1.3.1) + omniauth-oauth2 (1.4.0) oauth2 (~> 1.0) omniauth (~> 1.2) omniauth-tumblr (1.1) @@ -832,7 +832,7 @@ DEPENDENCIES mysql2 (= 0.3.20) nokogiri (= 1.6.7.1) omniauth (= 1.2.2) - omniauth-facebook (= 2.0.1) + omniauth-facebook (= 3.0.0) omniauth-tumblr (= 1.1) omniauth-twitter (= 1.2.1) omniauth-wordpress (= 0.2.2)