Skip to content

Commit

Permalink
Merge pull request #7797 from yuritomanek/bugfix/allow-unicode-displa…
Browse files Browse the repository at this point in the history
…y_width-1.7.0

Allow unicode-display_width 1.7.0
  • Loading branch information
koic committed Mar 12, 2020
2 parents 24d097b + d56765f commit 129b014
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -4391,3 +4395,4 @@
[@jemmaissroff]: https://github.com/jemmaissroff
[@nikitasakov]: https://github.com/nikitasakov
[@dmolesUC]: https://github.com/dmolesUC
[@yuritomanek]: https://github.com/yuritomanek
2 changes: 1 addition & 1 deletion rubocop.gemspec
Expand Up @@ -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

0 comments on commit 129b014

Please sign in to comment.