From 4c7d12ec93c0784b174509f88d9eedef242e068f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 07:59:36 +0000 Subject: [PATCH] Update addressable requirement from ~> 2.5.0, >= 2.5.0 to >= 2.5, < 2.9 Updates the requirements on [addressable](https://github.com/sporkmonger/addressable) to permit the latest version. - [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.0) --- updated-dependencies: - dependency-name: addressable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 9 +++++---- groupdocs_annotation_cloud.gemspec | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a0c8e54..f42ecec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,22 +2,23 @@ PATH remote: . specs: groupdocs_annotation_cloud (22.2) - addressable (~> 2.5.0, >= 2.5.0) + addressable (>= 2.5, < 2.9) faraday (~> 0.14.0) GEM remote: https://rubygems.org/ specs: - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) faraday (0.14.0) multipart-post (>= 1.2, < 3) minitest (5.15.0) multipart-post (2.1.1) - public_suffix (3.1.1) + public_suffix (4.0.6) rake (13.0.6) PLATFORMS + ruby x64-mingw32 DEPENDENCIES diff --git a/groupdocs_annotation_cloud.gemspec b/groupdocs_annotation_cloud.gemspec index 450640c..004de32 100644 --- a/groupdocs_annotation_cloud.gemspec +++ b/groupdocs_annotation_cloud.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.metadata = { 'source_code_uri' => 'https://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-ruby' } s.add_runtime_dependency 'faraday', '~> 0.14.0' - s.add_runtime_dependency 'addressable', '~> 2.5.0', '>= 2.5.0' + s.add_runtime_dependency 'addressable', '>= 2.5', '< 2.9' s.add_development_dependency 'minitest', '~> 5.11', '>= 5.11.3'