Skip to content

Commit

Permalink
Merge pull request #125 from fastruby/fix-colorize-calls
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker authored Sep 22, 2024
2 parents cb7e090 + d6daf4d commit 9e1940e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Your changes/patches go here.

- [CHORE: Update compatibility for Ruby versions to use Rainbow](https://github.com/fastruby/next_rails/pull/125)
- [FEATURE: Support compatibility for Ruby versions](https://github.com/fastruby/next_rails/pull/116)
- [CHORE: Remove GPL licensed dependency Colorize and replace it with Rainbow]

Expand Down
4 changes: 3 additions & 1 deletion lib/next_rails/bundle_report/ruby_version_compatibility.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
require "colorize"
require "rainbow/refinement"

using Rainbow

class NextRails::BundleReport::RubyVersionCompatibility
MINIMAL_VERSION = 1.0
Expand Down

0 comments on commit 9e1940e

Please sign in to comment.