Skip to content

Commit

Permalink
fix(rainbow change): the methods (bold & white) are not on String but…
Browse files Browse the repository at this point in the history
… Rainbow
  • Loading branch information
mmotherwell committed Oct 25, 2024
1 parent 706daa8 commit 172b00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/next_rails/bundle_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def output_to_stdout(out_of_date_gems, total_gem_count, sourced_from_git_count)
header = "#{gem.name} #{gem.version}"

puts <<-MESSAGE
#{Rainbow(header.bold.white)}: released #{gem.age} (latest version, #{gem.latest_version.version}, released #{gem.latest_version.age})
#{Rainbow(header).bold.white}: released #{gem.age} (latest version, #{gem.latest_version.version}, released #{gem.latest_version.age})
MESSAGE
end

Expand Down

0 comments on commit 172b00f

Please sign in to comment.