Nobuyoshi Nakada 2026-02-06 09:05:26 +0000 (Fri, 06 Feb 2026)
New Revision: ddcf400fb5
https://github.com/ruby/ruby/commit/ddcf400fb5
Log:
[ruby/rubygems] Do not create unnecessary directories
The method `Spec::Path#vendored_gems` creates the directory containing
the path. It makes no sense to create a directory with the same name
as its basename in the current working directory.
https://github.com/ruby/rubygems/commit/725f4ff2f4
Modified files:
spec/bundler/commands/clean_spec.rb