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'