mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
parent
ce2618c628
commit
debc5aaee5
1 changed files with 2 additions and 2 deletions
|
@ -260,8 +260,8 @@ module Bundler
|
|||
true
|
||||
end
|
||||
|
||||
def lock(opts = {})
|
||||
@definition.lock(Bundler.default_lockfile, opts[:preserve_unknown_sections])
|
||||
def lock
|
||||
@definition.lock(Bundler.default_lockfile)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue