From da4fcba0cdb917a884eb0fbf9dd324ae6cfed021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 03:17:09 +0000 Subject: [PATCH] Bump addressable from 2.6.0 to 2.8.1 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.8.1. - [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.6.0...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 80b69c3..2492622 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) clipboard (1.3.3) coderay (1.1.2) declarative (0.0.10) @@ -33,15 +33,23 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) - mimemagic (0.3.3) + mimemagic (0.4.3) + nokogiri (~> 1) + rake + mini_portile2 (2.8.0) multi_json (1.13.1) multipart-post (2.0.0) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) oj (3.7.8) os (1.0.0) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - public_suffix (3.0.3) + public_suffix (5.0.0) + racc (1.6.0) + rake (13.0.6) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0)