Skip to content

Commit

Permalink
Fix colorize missing call
Browse files Browse the repository at this point in the history
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
  • Loading branch information
JuanVqz committed Sep 22, 2024
1 parent cb7e090 commit 70dc261
Showing 1 changed file with 3 additions and 1 deletion.
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 70dc261

Please sign in to comment.