From de3e36c299d3df2e3cc055295e7bfc7bb54f7642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 13 Aug 2018 21:28:41 +0000 Subject: [PATCH] Update rainbow requirement from ~> 2.2 to >= 2.2, < 4.0 Updates the requirements on [rainbow](https://github.com/sickill/rainbow) to permit the latest version. - [Release notes](https://github.com/sickill/rainbow/releases) - [Changelog](https://github.com/sickill/rainbow/blob/master/Changelog.md) - [Commits](https://github.com/sickill/rainbow/commits/v3.0.0) Signed-off-by: dependabot[bot] --- colorls.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorls.gemspec b/colorls.gemspec index 60b287e..bee0126 100644 --- a/colorls.gemspec +++ b/colorls.gemspec @@ -46,7 +46,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'clocale', '~> 0' spec.add_runtime_dependency 'filesize', '~> 0' spec.add_runtime_dependency 'manpages', '~> 0' - spec.add_runtime_dependency 'rainbow', '~> 2.2' + spec.add_runtime_dependency 'rainbow', '>= 2.2', '< 4.0' spec.add_development_dependency 'bundler', '~> 1.15' spec.add_development_dependency 'diffy', '~> 3'