From d9e6315177be2a1264213a1e7cb215312a23384a Mon Sep 17 00:00:00 2001 From: David Rodríguez Date: Thu, 22 Aug 2019 17:36:29 +0200 Subject: [rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offenses https://github.com/rubygems/rubygems/commit/d4fc383497 --- test/rubygems/test_gem_commands_install_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rubygems/test_gem_commands_install_command.rb') diff --git a/test/rubygems/test_gem_commands_install_command.rb b/test/rubygems/test_gem_commands_install_command.rb index fb7629c12e..a233377c4a 100644 --- a/test/rubygems/test_gem_commands_install_command.rb +++ b/test/rubygems/test_gem_commands_install_command.rb @@ -670,7 +670,7 @@ ERROR: Possible alternatives: non_existent_with_hint @cmd.options[:args] = [a2.name] - gemdir = File.join @gemhome, 'specifications' + gemdir = File.join @gemhome, 'specifications' a2_gemspec = File.join(gemdir, "a-2.gemspec") a1_gemspec = File.join(gemdir, "a-1.gemspec") -- cgit v1.2.3