From e265d0f98e56bf4d5ef43e493447ca0aff6d70e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 16:45:10 +0000 Subject: [PATCH] Bump addressable from 2.7.0 to 2.8.1 in /nix 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] --- nix/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/Gemfile.lock b/nix/Gemfile.lock index 01c4ede..d23c9a8 100644 --- a/nix/Gemfile.lock +++ b/nix/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) buftok (0.2.0) citrus (3.0.2) concurrent-ruby (1.1.8) @@ -33,7 +33,7 @@ GEM multipart-post (2.1.1) naught (1.1.0) oauth (0.5.5) - public_suffix (4.0.6) + public_suffix (5.0.0) rake (13.0.3) simple_oauth (0.3.1) terminal-notifier (2.0.0)