From e773e4512118faef8795709d02c93736fccac656 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 22 Jul 2017 02:11:34 +0200 Subject: [PATCH] Bump omniauth --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index d1fa7eba7..583104a2e 100644 --- a/Gemfile +++ b/Gemfile @@ -150,7 +150,7 @@ gem "secure_headers", "3.6.7" # Services -gem "omniauth", "1.4.2" +gem "omniauth", "1.6.1" gem "omniauth-facebook", "4.0.0" gem "omniauth-tumblr", "1.2" gem "omniauth-twitter", "1.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index 016f95a9a..f590523ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -284,7 +284,7 @@ GEM sprockets (>= 2.0.0) tilt (>= 1.2) hashdiff (0.3.2) - hashie (3.5.5) + hashie (3.5.6) hike (1.2.3) hitimes (1.2.4) http (2.2.1) @@ -393,9 +393,9 @@ GEM rack (>= 1.2, < 3) octokit (4.7.0) sawyer (~> 0.8.0, >= 0.5.3) - omniauth (1.4.2) - hashie (>= 1.2, < 4) - rack (>= 1.0, < 3) + omniauth (1.6.1) + hashie (>= 3.4.6, < 3.6.0) + rack (>= 1.6.2, < 3) omniauth-facebook (4.0.0) omniauth-oauth2 (~> 1.2) omniauth-oauth (1.1.0) @@ -812,7 +812,7 @@ DEPENDENCIES mobile-fu (= 1.3.1) mysql2 (= 0.4.8) nokogiri (= 1.8.0) - omniauth (= 1.4.2) + omniauth (= 1.6.1) omniauth-facebook (= 4.0.0) omniauth-tumblr (= 1.2) omniauth-twitter (= 1.4.0)