From 9ededad99d891e16de45be6594cbe9852374a2a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 05:31:38 +0000 Subject: [PATCH] Bump addressable 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] --- .../testtubeCode/app/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/talks/ThomasWodarek-IntroToGoogleCloudPlatform/testtubeCode/app/Gemfile.lock b/talks/ThomasWodarek-IntroToGoogleCloudPlatform/testtubeCode/app/Gemfile.lock index 7cd9bd0..3a9415a 100644 --- a/talks/ThomasWodarek-IntroToGoogleCloudPlatform/testtubeCode/app/Gemfile.lock +++ b/talks/ThomasWodarek-IntroToGoogleCloudPlatform/testtubeCode/app/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) concurrent-ruby (1.1.4) daemons (1.3.1) declarative (0.0.10) @@ -58,7 +58,7 @@ GEM mustermann (1.0.3) mysql2 (0.5.2) os (1.0.0) - public_suffix (3.0.3) + public_suffix (5.0.0) raabro (1.1.6) rack (2.0.6) rack-protection (2.0.5)