1
0
Fork 0
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:
David Rodríguez 2021-05-26 19:58:52 +02:00 committed by Hiroshi SHIBATA
parent 1f505000e6
commit a634ef5376

View file

@ -740,7 +740,6 @@ gem 'other', version
installer = Gem::Installer.at(
gem_with_dangling_symlink,
:install_dir => @gem_home,
:user_install => false,
:force => true
)