From 8725188f0c3c0aee56b7767e1e7b500a9a5ad899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:55:33 +0000 Subject: [PATCH] Update excon requirement from ~> 0.100.0 to >= 0.100, < 0.109 Updates the requirements on [excon](https://github.com/excon/excon) to permit the latest version. - [Changelog](https://github.com/excon/excon/blob/master/changelog.txt) - [Commits](https://github.com/excon/excon/compare/v0.100.0...v0.108.0) --- updated-dependencies: - dependency-name: excon 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..85d8bd5 100644 --- a/devcenter.gemspec +++ b/devcenter.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |gem| gem.add_runtime_dependency('coderay', '~> 1.1.3') 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('excon', '>= 0.100', '< 0.109') gem.add_runtime_dependency('json', '~> 2.3.1') gem.add_runtime_dependency('launchy', '~> 2.4.3') gem.add_runtime_dependency('listen', '~> 3.4.1')