From ee1a609ad243081d1a1546d000c3590d0c006c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:22:39 +0000 Subject: [PATCH] Bump addressable from 2.3.2 to 2.8.0 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.2 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.2...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8e42007..b573c62 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "hoptoad_notifier" #--[ Utility ]------------------------------------------------------------------ gem "httparty", "~> 0.8.0" gem "json", "~> 1.6.1" -gem "addressable", "2.3.2", :require => 'addressable/uri' +gem "addressable", "2.8.0", :require => 'addressable/uri' #--[ Authentication ]----------------------------------------------------------- gem "devise", "~> 1.4.5" diff --git a/Gemfile.lock b/Gemfile.lock index 165f081..14f6897 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,7 +39,8 @@ GEM multi_json (~> 1.0) acts-as-taggable-on (2.1.1) rails - addressable (2.3.2) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) arel (3.0.3) bcrypt (3.1.7) bcrypt-ruby (3.1.5) @@ -192,6 +193,7 @@ GEM cocaine (>= 0.0.2) mime-types polyglot (0.3.4) + public_suffix (4.0.6) rack (1.4.5) rack-cache (1.2) rack (>= 0.4) @@ -299,7 +301,7 @@ PLATFORMS DEPENDENCIES acts-as-taggable-on (~> 2.1.1) - addressable (= 2.3.2) + addressable (= 2.8.0) capybara (~> 1.1.1) coffee-rails (~> 3.2.1) compass-960-plugin (~> 0.10.4)