From 62034f86574f651e7ee864e72fc9874b870a072d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 18:44:36 +0000 Subject: [PATCH] Bump addressable from 2.3.6 to 2.8.0 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.6 to 2.8.0. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.3.6...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4fae536..2e97397 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,12 +8,14 @@ GIT GEM remote: https://rubygems.org/ specs: - addressable (2.3.6) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) dotenv (1.0.2) faraday (0.9.0) multipart-post (>= 1.2, < 3) multi_json (1.10.1) multipart-post (2.0.0) + public_suffix (4.0.6) ruby-progressbar (1.7.0) terminal-table (1.4.5)