Actions
Bug #20721
closedGem executables have a .lock file in Ruby 3.3.5
    Bug #20721:
    Gem executables have a .lock file in Ruby 3.3.5
  
Description
With Ruby 3.3.5, every gem executable under $prefix/bin has a .lock file. This was an unintended change, which was fixed in rubygems master at https://github.com/rubygems/rubygems/pull/7939.
I filed this ticket to make sure we backport that before the Ruby 3.3.6 release.
        
           Updated by k0kubun (Takashi Kokubun) about 1 year ago
          Updated by k0kubun (Takashi Kokubun) about 1 year ago
          
          
        
        
      
      - Description updated (diff)
        
           Updated by k0kubun (Takashi Kokubun) 12 months ago
          Updated by k0kubun (Takashi Kokubun) 12 months ago
          
          
        
        
      
      - Backport changed from 3.1: DONTNEED, 3.2: DONTNEED, 3.3: REQUIRED to 3.1: DONTNEED, 3.2: DONTNEED, 3.3: DONE
rubygems v3.5.19 has been merged to ruby_3_3 https://github.com/ruby/ruby/pull/11682, which addresses this issue.
Actions