Skip to content

Commit

Permalink
Merge pull request #132 from mmotherwell/main
Browse files Browse the repository at this point in the history
fix(rainbow change): the methods (bold & white) are not on String but…
  • Loading branch information
etagwerker authored Oct 25, 2024
2 parents 706daa8 + 172b00f commit e9d2345
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 e9d2345

Please sign in to comment.