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