From d56765f14fd71dd2e720124937b183da26acdb9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yuri=20Tom=C3=A1nek?= Date: Thu, 12 Mar 2020 17:51:32 +0000 Subject: [PATCH] Allow unicode-display_width 1.7.0 --- CHANGELOG.md | 5 +++++ rubocop.gemspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e6d5dce74..3935d025002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ * [#7733](https://github.com/rubocop-hq/rubocop/issues/7733): Fix rubocop-junit-formatter imcompatibility XML for JUnit formatter. ([@koic][]) * [#7767](https://github.com/rubocop-hq/rubocop/issues/7767): Skip array literals in `Style/HashTransformValues` and `Style/HashTransformKeys`. ([@tejasbubane][]) +### Changes + +* [#7797](https://github.com/rubocop-hq/rubocop/pull/7797): Allow unicode-display_width dependency version 1.7.0. ([@yuritomanek][]) + ## 0.80.1 (2020-02-29) ### Bug fixes @@ -4391,3 +4395,4 @@ [@jemmaissroff]: https://github.com/jemmaissroff [@nikitasakov]: https://github.com/nikitasakov [@dmolesUC]: https://github.com/dmolesUC +[@yuritomanek]: https://github.com/yuritomanek diff --git a/rubocop.gemspec b/rubocop.gemspec index f6b7b085723..288a2517c10 100644 --- a/rubocop.gemspec +++ b/rubocop.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency('rainbow', '>= 2.2.2', '< 4.0') s.add_runtime_dependency('rexml') s.add_runtime_dependency('ruby-progressbar', '~> 1.7') - s.add_runtime_dependency('unicode-display_width', '>= 1.4.0', '< 1.7') + s.add_runtime_dependency('unicode-display_width', '>= 1.4.0', '< 2.0') s.add_development_dependency('bundler', '>= 1.15.0', '< 3.0') end