diff options
-rw-r--r-- | lib/rubygems/commands/lock_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ require_relative "../command" class Gem::Commands::LockCommand < Gem::Command def initialize super "lock", "Generate a lockdown list of gems", - :strict => false add_option "-s", "--[no-]strict", "fail if unable to satisfy a dependency" do |strict, options| |