method
lock
v2_6_3 -
Show latest stable
- Class:
Bundler::Installer
lock(opts = {})private
No documentation available.
# File lib/bundler/installer.rb, line 314
def lock(opts = {})
@definition.lock(Bundler.default_lockfile, opts[:preserve_unknown_sections])
end