From b098d366f061be3a86a2a005efded2c5cc6f2640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 00:01:31 +0000 Subject: [PATCH] Update json requirement from ~> 2.3.1 to >= 2.3.1, < 2.8.0 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.3.1...v2.7.0) --- updated-dependencies: - dependency-name: json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- devcenter.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcenter.gemspec b/devcenter.gemspec index ae9373b..f028c47 100644 --- a/devcenter.gemspec +++ b/devcenter.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |gem| gem.add_runtime_dependency('commander', '~> 4.6') gem.add_runtime_dependency('devcenter-parser', '~> 2.3') gem.add_runtime_dependency('excon', '~> 0.100.0') - gem.add_runtime_dependency('json', '~> 2.3.1') + gem.add_runtime_dependency('json', '>= 2.3.1', '< 2.8.0') gem.add_runtime_dependency('launchy', '~> 2.4.3') gem.add_runtime_dependency('listen', '~> 3.4.1') gem.add_runtime_dependency('netrc', '~> 0.11.0')