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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest rainbow gem doesn't provide "color" on string #26

Closed
hopsoft opened this issue Jan 31, 2014 · 1 comment
Closed

Latest rainbow gem doesn't provide "color" on string #26

hopsoft opened this issue Jan 31, 2014 · 1 comment

Comments

@hopsoft
Copy link

hopsoft commented Jan 31, 2014

Sunzi breaks after installing the latest version of the rainbow gem. Apparently the latest version of that gem no longer patches string with a color method.

An easy solution would be to lock down the gem dependency like so.

# sunzi.gemspec
  spec.add_runtime_dependency 'thor'
  spec.add_runtime_dependency 'rainbow',  "~> 1.99.1"
  spec.add_runtime_dependency 'net-ssh'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'minitest'

It might be a good idea to lock down all dependencies.

@kenn kenn closed this as completed in be519d8 Jan 31, 2014
@kenn
Copy link
Owner

kenn commented Jan 31, 2014

Just pushed a fix as 1.5.1 - thanks for the report!

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

No branches or pull requests

2 participants