From 19314f8a9466bff36a481e303f7da902c7c78ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 20 Mar 2020 13:32:25 +0100 Subject: [PATCH] update oauth2 to 1.4.4 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eb5ec348a..9d77f94de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -421,8 +421,8 @@ GEM nenv (~> 0.1) shellany (~> 0.0) oauth (0.5.4) - oauth2 (1.4.1) - faraday (>= 0.8, < 0.16.0) + oauth2 (1.4.4) + faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5)