From bc24c35e51e19e338534ace361d6e4f2a59ff87d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 20:15:55 +0000 Subject: [PATCH] Update json requirement from ~> 2.0.0, >= 2.0.0 to >= 2.0, < 2.7 Updates the requirements on [json](https://github.com/flori/json) to permit the latest version. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v2.0.4...v2.6.1) --- updated-dependencies: - dependency-name: json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 34 ++++++---------------------------- aspaceiiif.gemspec | 2 +- 2 files changed, 7 insertions(+), 29 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d42dce15..75c178b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,45 +3,25 @@ PATH specs: aspaceiiif (0.3.1) iiif-presentation (~> 1.0) - json (~> 2.0.0, >= 2.0.0) + json (>= 2.0, < 2.7) rest-client (~> 2.0.0, >= 2.0.0) GEM remote: https://rubygems.org/ specs: - activesupport (6.1.5) + activesupport (7.0.2.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) concurrent-ruby (1.1.9) diff-lcs (1.5.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - faraday (1.10.0) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0) - faraday-multipart (~> 1.0) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.0) - faraday-patron (~> 1.0) - faraday-rack (~> 1.0) - faraday-retry (~> 1.0) + faraday (2.2.0) + faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) - faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) - faraday-excon (1.1.0) - faraday-httpclient (1.0.1) - faraday-multipart (1.0.3) - multipart-post (>= 1.2, < 3) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) - faraday-rack (1.0.0) - faraday-retry (1.0.3) + faraday-net_http (2.0.1) http-cookie (1.0.4) domain_name (~> 0.5) i18n (1.10.0) @@ -50,12 +30,11 @@ GEM activesupport (>= 3.2.18) faraday (>= 0.9) json - json (2.0.4) + json (2.6.1) mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) minitest (5.15.0) - multipart-post (2.1.1) netrc (0.11.0) rake (10.5.0) rest-client (2.0.2) @@ -81,7 +60,6 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.1) - zeitwerk (2.5.4) PLATFORMS ruby diff --git a/aspaceiiif.gemspec b/aspaceiiif.gemspec index 38269937..0b5fbd3c 100644 --- a/aspaceiiif.gemspec +++ b/aspaceiiif.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_runtime_dependency 'iiif-presentation', "~> 1.0" - spec.add_runtime_dependency 'json', "~> 2.0.0", '>= 2.0.0' + spec.add_runtime_dependency 'json', ">= 2.0", "< 2.7" spec.add_runtime_dependency 'rest-client', "~> 2.0.0", '>= 2.0.0' spec.add_development_dependency "bundler", "~> 1.15"