From 14c61b8120a28bbb27043c8686e07fe115648336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 15:54:38 +0000 Subject: [PATCH] Bump addressable in /ruby/ruby_on_rails_hello_world/helloworld Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 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.5.2...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ruby/ruby_on_rails_hello_world/helloworld/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruby/ruby_on_rails_hello_world/helloworld/Gemfile.lock b/ruby/ruby_on_rails_hello_world/helloworld/Gemfile.lock index b949392b..28e2a776 100644 --- a/ruby/ruby_on_rails_hello_world/helloworld/Gemfile.lock +++ b/ruby/ruby_on_rails_hello_world/helloworld/Gemfile.lock @@ -42,8 +42,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) archive-zip (0.11.0) io-like (~> 0.3.0) arel (9.0.0) @@ -109,7 +109,7 @@ GEM nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) - public_suffix (3.0.3) + public_suffix (4.0.7) puma (4.3.12) nio4r (~> 2.0) racc (1.6.2)