Method: Bundler::CLI#lock

Defined in:
lib/bundler/cli.rb

#lockObject

[View source]

602
603
604
605
# File 'lib/bundler/cli.rb', line 602

def lock
  require_relative "cli/lock"
  Lock.new(options).run
end