From 3523ffc6d076cb65f429818d38341fa6912529ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 5 Jun 2018 20:11:54 +0000 Subject: [PATCH] Update unicode-display_width requirement to >= 1.3, < 1.5 Updates the requirements on [unicode-display_width](https://github.com/janlelis/unicode-display_width) to permit the latest version. - [Release notes](https://github.com/janlelis/unicode-display_width/releases) - [Changelog](https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md) - [Commits](https://github.com/janlelis/unicode-display_width/commits/v1.4.0) Signed-off-by: dependabot[bot] --- mb_string.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mb_string.gemspec b/mb_string.gemspec index d5dfde0..2ca7bf5 100644 --- a/mb_string.gemspec +++ b/mb_string.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_dependency "unicode-display_width", "~> 1.3.0" + spec.add_dependency "unicode-display_width", ">= 1.3", "< 1.5" spec.add_development_dependency "bundler" spec.add_development_dependency "rake", "~> 12.3.1"