From 7a8d13987f4ad68cc9ee530ef35c86709399da1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 06:00:41 +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.4) --- 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 5e59f63..f9edc63 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,22 +2,23 @@ PATH remote: . specs: groupdocs_annotation_cloud (23.4) - 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.4) + 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.3.0) + 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'