We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7e090 commit ed1746cCopy full SHA for ed1746c
lib/next_rails/bundle_report/ruby_version_compatibility.rb
@@ -1,6 +1,8 @@
1
-require "colorize"
+require "rainbow/refinement"
2
3
class NextRails::BundleReport::RubyVersionCompatibility
4
+ using Rainbow
5
+
6
MINIMAL_VERSION = 1.0
7
attr_reader :gems, :options
8
0 commit comments