summaryrefslogtreecommitdiff
path: root/lib/rubygems/commands/setup_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/commands/setup_command.rb')
-rw-r--r--lib/rubygems/commands/setup_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/commands/setup_command.rb b/lib/rubygems/commands/setup_command.rb
index 1cbc980eb0..3448fdfb4e 100644
--- a/lib/rubygems/commands/setup_command.rb
+++ b/lib/rubygems/commands/setup_command.rb
@@ -129,7 +129,7 @@ By default, this RubyGems will install gem as:
end
module MakeDirs
- def mkdir_p(path, *opts)
+ def mkdir_p(path, **opts)
super
(@mkdirs ||= []) << path
end