From 2df673162755231a1878ca2917ac26e67e1567ab Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Fri, 23 Apr 2021 10:42:05 +0200 Subject: [PATCH] Maintenance: Bumped oauth to 0.5.6 to resolve CVE-2016-11086. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6d5e13453..a28a89c6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -312,7 +312,7 @@ GEM notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - oauth (0.5.4) + oauth (0.5.6) oauth2 (1.4.4) faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0)