Merge RubyGems-3.3.8 and Bundler-2.3.8

This commit is contained in:
Hiroshi SHIBATA 2022-03-01 12:11:15 +09:00 committed by nagachika
parent 1a6a608ae0
commit b5ef64a8a1
38 changed files with 118 additions and 39 deletions

View file

@ -274,6 +274,8 @@ class TestGemCommandsSetupCommand < Gem::TestCase
spec.executables.each do |e|
assert_path_exist File.join destdir, @gemhome.gsub(/^[a-zA-Z]:/, ''), 'gems', spec.full_name, spec.bindir, e
end
ensure
FileUtils.chmod "+w", @gemhome
end
def test_install_default_bundler_gem_with_destdir_and_prefix_flags