From 52920622c85a5c45e63a9e3b4fb9430865373991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 10:29:46 +0000 Subject: [PATCH] Bump addressable from 2.7.0 to 2.8.1 in /backend Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.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.7.0...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- backend/Gemfile.lock | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index c2e21e9c..00c30317 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -62,8 +62,8 @@ GEM activerecord (>= 5.0, < 6.1) acts_as_list (1.0.0) activerecord (>= 4.2) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ancestry (3.0.7) activerecord (>= 3.2.0) bcrypt (3.1.13) @@ -159,7 +159,9 @@ GEM mimemagic (~> 0.3.2) memoist (0.16.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) @@ -181,7 +183,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - public_suffix (4.0.2) + public_suffix (4.0.7) puma (3.12.1) pundit (2.1.0) activesupport (>= 3.0.0)