lib/rubygems/commands/lock_command.rb in rubygems-update-3.4.17 vs lib/rubygems/commands/lock_command.rb in rubygems-update-3.4.18
- old
+ new
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+
require_relative "../command"
class Gem::Commands::LockCommand < Gem::Command
def initialize
super "lock", "Generate a lockdown list of gems",