From abec056c0229ad0858eb85f4e918179880c104a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 20 Mar 2020 14:34:03 +0100 Subject: [PATCH] update omniauth to 1.9.1 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 0346e9e61..34f5f7510 100644 --- a/Gemfile +++ b/Gemfile @@ -158,7 +158,7 @@ gem "secure_headers", "6.3.0" # Services -gem "omniauth", "1.9.0" +gem "omniauth", "1.9.1" 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 387777ea0..2f03e8fc5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -312,7 +312,7 @@ GEM sprockets (>= 2.0.0) tilt (>= 1.2) hashdiff (1.0.1) - hashie (3.6.0) + hashie (4.1.0) http (3.3.0) addressable (~> 2.3) http-cookie (~> 1.0) @@ -430,8 +430,8 @@ GEM octokit (4.17.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) - omniauth (1.9.0) - hashie (>= 3.4.6, < 3.7.0) + omniauth (1.9.1) + hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-oauth (1.1.0) oauth @@ -847,7 +847,7 @@ DEPENDENCIES mobile-fu (= 1.4.0) mysql2 (= 0.5.3) nokogiri (= 1.10.9) - omniauth (= 1.9.0) + omniauth (= 1.9.1) omniauth-tumblr (= 1.2) omniauth-twitter (= 1.4.0) omniauth-wordpress (= 0.2.2) -- GitLab