rails_best_practices icon indicating copy to clipboard operation
rails_best_practices copied to clipboard

Incompatibility between colored and colorize gems

Open joaoribeirost opened this issue 8 years ago • 1 comments

The Rails Best Practices gem installs the colored gem, this is bad for anyone using the colorize gem in their projects. Because the two are incompatible, as states on this colorize gem issue.

https://github.com/fazibear/colorize/issues/42

joaoribeirost avatar Jan 25 '16 11:01 joaoribeirost

The dependency on colored was removed (https://github.com/railsbp/rails_best_practices/commit/ba693e69637d8c0ce433974f6102ada2d4b7a3c2) in v1.16.0, which was released on February 22 of this year. So I think this issue can be closed.

trliner avatar Mar 17 '16 19:03 trliner