diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-06-07 16:28:05 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-06-07 16:28:05 +0900 |
commit | 20cf46039a90135b3d9efceabc73b0d41ad257b8 () | |
tree | b3f604a13b75439533fe2510340c9714738f7300 /tool/rbinstall.rb | |
parent | 16057041178d3084884693937d6f02e0680e0657 (diff) |
Fix messages for skipped bundled gems
-rwxr-xr-x | tool/rbinstall.rb | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1187,7 +1187,8 @@ install?(:ext, :comm, :gem, :'bundled-gems') do skipped.default = "not found in bundled_gems" puts "skipped bundled gems:" gems.each do |gem| - printf " %-32s%s\n", File.basename(gem), skipped[gem] end end end |