method
lock
v2_6_3 -
Show latest stable
- Class:
Bundler::Runtime
lock(opts = {})public
No documentation available.
# File lib/bundler/runtime.rb, line 119
def lock(opts = {})
return if @definition.nothing_changed? && [email protected]?
@definition.lock(Bundler.default_lockfile, opts[:preserve_unknown_sections])
end