From 0372924b9053daf7bd7bf5a51fc0b09f7c3a1549 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 24 Mar 2019 01:05:50 +0100 Subject: [PATCH] Bump omniauth --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 42062cd61..92b75ecf4 100644 --- a/Gemfile +++ b/Gemfile @@ -156,7 +156,7 @@ gem "secure_headers", "6.1.0" # Services -gem "omniauth", "1.8.1" +gem "omniauth", "1.9.0" gem "omniauth-tumblr", "1.2" gem "omniauth-twitter", "1.4.0" gem "omniauth-wordpress", "0.2.2" diff --git a/Gemfile.lock b/Gemfile.lock index c00491bb1..f802fc6eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -298,7 +298,7 @@ GEM sprockets (>= 2.0.0) tilt (>= 1.2) hashdiff (0.3.7) - hashie (3.5.7) + hashie (3.6.0) http (3.3.0) addressable (~> 2.3) http-cookie (~> 1.0) @@ -413,8 +413,8 @@ GEM rack (>= 1.2, < 3) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) - omniauth (1.8.1) - hashie (>= 3.4.6, < 3.6.0) + omniauth (1.9.0) + hashie (>= 3.4.6, < 3.7.0) rack (>= 1.6.2, < 3) omniauth-oauth (1.1.0) oauth @@ -825,7 +825,7 @@ DEPENDENCIES mobile-fu (= 1.4.0) mysql2 (= 0.5.2) nokogiri (= 1.10.1) - omniauth (= 1.8.1) + omniauth (= 1.9.0) omniauth-tumblr (= 1.2) omniauth-twitter (= 1.4.0) omniauth-wordpress (= 0.2.2)