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

Call Rainbow instead of Colorize #125

Merged
merged 1 commit into from
Sep 22, 2024
Merged

Call Rainbow instead of Colorize #125

merged 1 commit into from
Sep 22, 2024

Conversation

JuanVqz
Copy link
Member

@JuanVqz JuanVqz commented Sep 22, 2024

Description

Call Rainbow instead of Colorize in bundle_report/ruby_version_compatibility.rb

Motivation and Context

Recentry the #120 PR removed Colorize in favor of Rainbow,
bundle_report/ruby_version_compatibility.rb was using Colorize and we need to update it to use Rainbow.

How Has This Been Tested?

Some tests were failing because of this, now they are passing.

Screenshots:

I will abide by the code of conduct

Pull Request #120 removed Colorize in favor of Rainbow,
`bundle_report/ruby_version_compatibility.rb` was using Colorize and we
need to update it to use Rainbow
@JuanVqz
Copy link
Member Author

JuanVqz commented Sep 22, 2024

@etagwerker failing test are related to Rainbow not supporting Ruby 2, mentioned here

@etagwerker etagwerker merged commit 9e1940e into main Sep 22, 2024
8 of 11 checks passed
@etagwerker etagwerker deleted the fix-colorize-calls branch September 22, 2024 14:54
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.

2 participants