From da325574cb0313597e7d96df582f93e7bf38b9c0 Mon Sep 17 00:00:00 2001 From: Amir Khorsandi Date: Tue, 8 Mar 2022 10:12:29 +0100 Subject: [PATCH] Update addressable from 2.7 to 2.8 Closes: https://github.com/WeTransfer/GitBuddy/issues/77 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9ecb546..5242cd0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,8 +7,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.0) + public_suffix (>= 2.8.0, < 5.0) algoliasearch (1.27.1) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1)