From 89656539e9e36a99d40c5ef1dc2e2c330865bee8 Mon Sep 17 00:00:00 2001 From: Kale Date: Fri, 16 Jul 2021 08:44:06 -0700 Subject: [PATCH] fix addressable due to dependabot alert --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7a702ce..2912cb0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) + addressable (>= 2.8.0) public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) concurrent-ruby (1.1.9)