From a95873ef6ab424c9d1cf7fdecab828710d5a7beb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:19:40 +0000 Subject: [PATCH] Update launchy requirement from ~> 2.4.3 to >= 2.4.3, < 2.6.0 Updates the requirements on [launchy](https://github.com/copiousfreetime/launchy) to permit the latest version. - [Changelog](https://github.com/copiousfreetime/launchy/blob/main/README.md) - [Commits](https://github.com/copiousfreetime/launchy/compare/v2.4.3...v2.5.2) --- updated-dependencies: - dependency-name: launchy 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..b278378 100644 --- a/devcenter.gemspec +++ b/devcenter.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |gem| 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('launchy', '~> 2.4.3') + gem.add_runtime_dependency('launchy', '>= 2.4.3', '< 2.6.0') gem.add_runtime_dependency('listen', '~> 3.4.1') gem.add_runtime_dependency('netrc', '~> 0.11.0') gem.add_runtime_dependency('rack', '~> 2.2.8')