From 5ebcd71b182fb5b09025de704dd9d2a2e71a42aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 18:12:25 +0000 Subject: [PATCH] Update json requirement from ~> 1.8.0 to >= 1.8, < 2.4 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/v1.8.1...v2.3.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- couch_docs.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 39c8d84..2a4d370 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: couch_docs (1.3.2) directory_watcher (~> 1.3.0) - json (~> 1.8.0) + json (>= 1.8, < 2.4) mime-types (~> 1.16) rest-client (~> 1.6.0) @@ -11,10 +11,10 @@ GEM remote: http://rubygems.org/ specs: directory_watcher (1.3.2) - json (1.8.1) + json (2.3.1) mime-types (1.25.1) - rest-client (1.6.7) - mime-types (>= 1.16) + rest-client (1.6.14) + mime-types (~> 1.16) rspec (1.3.1) PLATFORMS diff --git a/couch_docs.gemspec b/couch_docs.gemspec index 15a803f..d42673e 100644 --- a/couch_docs.gemspec +++ b/couch_docs.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |s| s.add_development_dependency "rspec", ["~> 1.3.0"] s.add_runtime_dependency(%q, ["~> 1.6.0"]) - s.add_runtime_dependency(%q, ["~> 1.8.0"]) + s.add_runtime_dependency(%q, ">= 1.8", "< 2.4") s.add_runtime_dependency(%q, ["~> 1.3.0"]) s.add_runtime_dependency(%q, ["~> 1.16"]) end