summaryrefslogtreecommitdiff
path: root/tool/rbinstall.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-06-07 16:28:05 +0900
committerNobuyoshi Nakada <[email protected]>2025-06-07 16:28:05 +0900
commit20cf46039a90135b3d9efceabc73b0d41ad257b8 ()
treeb3f604a13b75439533fe2510340c9714738f7300 /tool/rbinstall.rb
parent16057041178d3084884693937d6f02e0680e0657 (diff)
Fix messages for skipped bundled gems
-rwxr-xr-xtool/rbinstall.rb3
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