diff options
-rw-r--r-- | lib/rubygems/commands/lock_command.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,7 +2,6 @@ require 'rubygems/command' class Gem::Commands::LockCommand < Gem::Command - def initialize super 'lock', 'Generate a lockdown list of gems', :strict => false @@ -106,5 +105,4 @@ lock it down to the exact version. gemspecs.find {|path| File.exist? path } end - end |