Skip to content

Commit ed1746c

Browse files
committed
Use rainbows instead of colorize
1 parent cb7e090 commit ed1746c

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,6 +1,8 @@
1-
require "colorize"
1+
require "rainbow/refinement"
22

33
class NextRails::BundleReport::RubyVersionCompatibility
4+
using Rainbow
5+
46
MINIMAL_VERSION = 1.0
57
attr_reader :gems, :options
68

0 commit comments

Comments
 (0)