mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Fix "instance variable not initialized" warning
This variable had a typo (it's `@gemhome`), but the test is still
passing, so I assume it's not needed.
3b88642bdb
This commit is contained in:
parent
1f505000e6
commit
a634ef5376
1 changed files with 0 additions and 1 deletions
|
@ -740,7 +740,6 @@ gem 'other', version
|
|||
|
||||
installer = Gem::Installer.at(
|
||||
gem_with_dangling_symlink,
|
||||
:install_dir => @gem_home,
|
||||
:user_install => false,
|
||||
:force => true
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue