From 1357785a7d0c500aa5fca1b1751316fa993187fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 02:56:05 +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.1) --- updated-dependencies: - dependency-name: addressable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 11 ++++++----- groupdocs_annotation_cloud.gemspec | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a0c8e54..13f09c1 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.1) + public_suffix (>= 2.0.2, < 6.0) faraday (0.14.0) multipart-post (>= 1.2, < 3) minitest (5.15.0) - multipart-post (2.1.1) - public_suffix (3.1.1) + multipart-post (2.2.3) + public_suffix (4.0.7) 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'