From c3c784fdf60e9500d721ff9585fd0dfda3a2188e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:43:49 +0000 Subject: [PATCH] Bump addressable from 2.3.3 to 2.8.0 in /gc2-ios Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.3 to 2.8.0. - [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.3.3...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- gc2-ios/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gc2-ios/Gemfile.lock b/gc2-ios/Gemfile.lock index 32e48f6..6abdc12 100644 --- a/gc2-ios/Gemfile.lock +++ b/gc2-ios/Gemfile.lock @@ -24,7 +24,8 @@ GEM activesupport (3.2.12) i18n (~> 0.6) multi_json (~> 1.0) - addressable (2.3.3) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) cocoapods (0.16.4) activesupport (~> 3.2.6) colored (~> 1.2) @@ -57,6 +58,7 @@ GEM multi_json (~> 1.3) netrc (~> 0.7.7) open4 (1.3.0) + public_suffix (4.0.6) rake (10.0.3) thor (0.17.0) xcodeproj (0.5.1)