diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-01-19 03:09:42 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-01-19 03:09:42 +0000 |
commit | 84e892f85925b62bb538e811538bb34df392170d (patch) | |
tree | a9b1159bd0e9d5111068b4b08823b8596b12a75d /lib/rubygems/commands/sources_command.rb | |
parent | e798ccbacf489a3af2201ae30058ff0ae7f79045 (diff) |
Remove require of deleted file in RubyGems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems/commands/sources_command.rb')
-rw-r--r-- | lib/rubygems/commands/sources_command.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rubygems/commands/sources_command.rb b/lib/rubygems/commands/sources_command.rb index 571e664272..7e04379bf4 100644 --- a/lib/rubygems/commands/sources_command.rb +++ b/lib/rubygems/commands/sources_command.rb @@ -6,7 +6,6 @@ require 'rubygems/command' require 'rubygems/remote_fetcher' -require 'rubygems/source_info_cache' require 'rubygems/spec_fetcher' require 'rubygems/local_remote_options' |