Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrades dependencies #108

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

mathieugagne
Copy link
Contributor

@mathieugagne mathieugagne commented Nov 5, 2021

I was unable to have ruby 3.0 compatibility with my own gem using yours. These updates allowed me to upgrade pastel and other gems properly.

Tested manually that everything was still working as expected 馃憤

2021-11-05_14-50-33

@mathieugagne mathieugagne marked this pull request as ready for review November 5, 2021 18:51
@@ -1,5 +1,6 @@
require 'tty-table'
require 'pastel'
require 'unicode/display_width/string_ext'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +27 to +30
spec.add_dependency "tty-table", ">= 0.12"
spec.add_dependency "tty-prompt", ">= 0.23"
spec.add_dependency "tty-spinner", ">= 0.9"
spec.add_dependency "strings", ">= 0.2"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeps these dependency a little more loose so it allows for easier upgrade next time around. Last merged PR was me, a year ago, for the same reason ;)

@mathieugagne
Copy link
Contributor Author

@keepcosmos Did you had time to look into this by any chance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant