Actions
Bug #9361
closedgem install --ignore-dependencies fails to install local gems
    Bug #9361:
    gem install --ignore-dependencies fails to install local gems
  
Description
$ rvm ruby-2.1 do gem install --ignore-dependencies /Users/headius/projects/jruby/lib/ruby/gems/shared/cache/dicks-0.03.gem
ERROR:  While executing gem ... (NoMethodError)
undefined method `full_name' for nil:NilClass
This is also impacting JRuby master.
Also filed against RubyGems: https://github.com/rubygems/rubygems/issues/771
        
           Updated by headius (Charles Nutter) almost 12 years ago
          Updated by headius (Charles Nutter) almost 12 years ago
          
          
        
        
      
      - Status changed from Open to Closed
- Target version set to 2.6
- % Done changed from 0 to 100
Eric fixed this by updating RubyGems to 2.2.1 in r44515 (or at least, I think that's the right revision.
        
           Updated by usa (Usaku NAKAMURA) over 11 years ago
          Updated by usa (Usaku NAKAMURA) over 11 years ago
          
          
        
        
      
      - Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN to 1.9.3: DONTNEED, 2.0.0: DONTNEED, 2.1: REQUIRED
        
           Updated by naruse (Yui NARUSE) over 11 years ago
          Updated by naruse (Yui NARUSE) over 11 years ago
          
          
        
        
      
      - Backport changed from 1.9.3: DONTNEED, 2.0.0: DONTNEED, 2.1: REQUIRED to 1.9.3: DONTNEED, 2.0.0: DONTNEED, 2.1: DONE
r44858.
Actions