From: Lucas Di Pentima Date: Tue, 13 Jul 2021 19:14:49 +0000 (-0300) Subject: 17913: Upgrades 'addressable' gem to 2.8.0 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/986dc65bf81cbfd986cb8b87a0f87a1fe890d459 17913: Upgrades 'addressable' gem to 2.8.0 Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock index 178e5cdfe1..ab9256a386 100644 --- a/apps/workbench/Gemfile.lock +++ b/apps/workbench/Gemfile.lock @@ -57,7 +57,7 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) andand (1.3.3) angularjs-rails (1.3.15) diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock index ddecd4a18a..6e149d45af 100644 --- a/services/api/Gemfile.lock +++ b/services/api/Gemfile.lock @@ -53,7 +53,7 @@ GEM activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) andand (1.3.3) arel (9.0.0)