From 84e892f85925b62bb538e811538bb34df392170d Mon Sep 17 00:00:00 2001 From: drbrain Date: Wed, 19 Jan 2011 03:09:42 +0000 Subject: Remove require of deleted file in RubyGems. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems/commands/specification_command.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rubygems/commands/specification_command.rb') diff --git a/lib/rubygems/commands/specification_command.rb b/lib/rubygems/commands/specification_command.rb index dd2f6bd4da..987e401042 100644 --- a/lib/rubygems/commands/specification_command.rb +++ b/lib/rubygems/commands/specification_command.rb @@ -7,7 +7,6 @@ require 'rubygems/command' require 'rubygems/local_remote_options' require 'rubygems/version_option' -require 'rubygems/source_info_cache' require 'rubygems/format' class Gem::Commands::SpecificationCommand < Gem::Command -- cgit v1.2.3