From: "headius (Charles Nutter)" Date: 2014-01-10T10:12:02+09:00 Subject: [ruby-core:59677] [ruby-trunk - Bug #9361][Closed] gem install --ignore-dependencies fails to install local gems Issue #9361 has been updated by headius (Charles Nutter). Status changed from Open to Closed Target version set to next minor % 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. ---------------------------------------- Bug #9361: gem install --ignore-dependencies fails to install local gems https://bugs.ruby-lang.org/issues/9361#change-44207 Author: headius (Charles Nutter) Status: Closed Priority: Normal Assignee: drbrain (Eric Hodel) Category: lib/rubygems Target version: next minor ruby -v: ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin13.0] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN $ 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 -- http://bugs.ruby-lang.org/