-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
The current gem dependencies restricts unicode-display_width to ">= 1.6", "< 3.0".
In my project, we use rspec, which allows unicode-display_width >= 2.4.0, < 4.0.
This means our project uses the latest unicode-display_width, 3.1.4.
So when I try to install tty-progressbar, it installs version 0.14.0, instead of the latest.
Can tty-progressbar be updated to work with unicode-display_width <4.0 ?