[rubygems/rubygems] Remove unused parameter

085eda7147
This commit is contained in:
David Rodríguez 2023-10-09 21:07:15 +02:00 committed by Hiroshi SHIBATA
parent ce2618c628
commit debc5aaee5
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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