From 6994450868bf19f74f8391debdbf9af03445a399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:38:24 +0000 Subject: [PATCH] build(deps): bump the bundler group with 3 updates Bumps the bundler group with 3 updates: [addressable](https://github.com/sporkmonger/addressable), [public_suffix](https://github.com/weppos/publicsuffix-ruby) and [rack](https://github.com/rack/rack). Updates `addressable` from 2.8.6 to 2.8.7 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.6...addressable-2.8.7) Updates `public_suffix` from 5.1.1 to 6.0.0 - [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/weppos/publicsuffix-ruby/compare/v5.1.1...v6.0.0) Updates `rack` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler - dependency-name: public_suffix dependency-type: indirect update-type: version-update:semver-major dependency-group: bundler - dependency-name: rack dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 175e6dc1e..8f9388e48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,8 +11,8 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) @@ -93,11 +93,11 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) + public_suffix (6.0.0) puma (6.4.2) nio4r (~> 2.0) racc (1.8.0) - rack (3.1.3) + rack (3.1.4) rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4)