diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-08-16 20:19:22 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-09-06 14:46:43 +0000 |
commit | 30176e3f238f198ae835bf1c593d2ad2dce2df49 () | |
tree | 793332c61026fdbd0732daac253175c380b3a576 /lib/rubygems/installer.rb | |
parent | 6dd917bd01f204e76d65137f2218d6305652f179 (diff) |
[rubygems/rubygems] Ensure that the lock file will be removed
https://.com/rubygems/rubygems/commit/2706acb271
-rw-r--r-- | lib/rubygems/installer.rb | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -546,7 +546,8 @@ class Gem::Installer file.write app_script_text(filename) file.chmod(options[:prog_mode] || 0o755) end - File.unlink(lock.path) end verbose bin_script_path |