Method: Bundler::CLI#lock
- Defined in:
- lib/bundler/cli.rb
permalink #lock ⇒ Object
[View source]
602 603 604 605 |
# File 'lib/bundler/cli.rb', line 602 def lock require_relative "cli/lock" Lock.new().run end |
602 603 604 605 |
# File 'lib/bundler/cli.rb', line 602 def lock require_relative "cli/lock" Lock.new().run end |