From 92225177a8c877559d1163c6a45c262162584904 Mon Sep 17 00:00:00 2001 From: evazion Date: Fri, 19 Mar 2021 16:49:14 -0500 Subject: [PATCH] Update oauth2 gem. Fixes a critical bug introduced in oauth2 1.4.5 that caused the Pawoo source strategy to fail. --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 19be8ae30..b5f869003 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -298,9 +298,9 @@ GEM nokogiri (1.11.2) mini_portile2 (~> 2.5.0) racc (~> 1.4) - nokogumbo (2.0.4) + nokogumbo (2.0.5) nokogiri (~> 1.8, >= 1.8.4) - oauth2 (1.4.5) + oauth2 (1.4.7) faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3)