mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
Resync Bundler & RubyGems
This commit is contained in:
parent
2d57447ae8
commit
24fd2f73d0
Notes:
git
2022-09-08 11:25:46 +09:00
86 changed files with 814 additions and 662 deletions
|
@ -21,7 +21,7 @@ class Gem::Commands::UnpackCommand < Gem::Command
|
|||
|
||||
super "unpack", "Unpack an installed gem to the current directory",
|
||||
:version => Gem::Requirement.default,
|
||||
:target => Dir.pwd
|
||||
:target => Dir.pwd
|
||||
|
||||
add_option("--target=DIR",
|
||||
"target directory for unpacking") do |value, options|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue