piotrmurach / tty-progressbar

Display a single or multiple progress bars in the terminal.

Home Page:https://ttytoolkit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mismatched gem dependencies on tty-screen

floatplane opened this issue · comments

Hi! Thanks for providing this gem. I wanted to let you know that c3e2221 causes problems when installing the tty gem, producing output like the following:

ERROR:  While executing gem ... (Gem::DependencyError)
    Unable to resolve dependencies: tty requires tty-screen (~> 0.1.0); tty-progressbar requires tty-screen (~> 0.2.0); tty-table requires tty-screen (~> 0.1)

Is it possible to get them all in sync? I can also resolve this by updating my gem file to require a previous version of tty, but I wasn't sure if you'd seen this error.

Hi Brian! I will resolve this issue by bringing all dependencies in sync and release new tty version - hold tight.

Sorry forgotten to let you know about the release. I've released tty version 0.2.0 that addresses this issue. Give it a try and let me know if it works for you.