Skip to content

Commit 70dc261

Browse files
committed
Fix colorize missing call
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
1 parent cb7e090 commit 70dc261

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/next_rails/bundle_report/ruby_version_compatibility.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
require "colorize"
1+
require "rainbow/refinement"
2+
3+
using Rainbow
24

35
class NextRails::BundleReport::RubyVersionCompatibility
46
MINIMAL_VERSION = 1.0

0 commit comments

Comments
 (0)