diff options
-rw-r--r-- | lib/rubygems/commands/fetch_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ class Gem::Commands::FetchCommand < Gem::Command def initialize defaults = { :suggest_alternate => true, - :version => Gem::Requirement.default, } super "fetch", "Download a gem and place it in the current directory", defaults |