options_to_lock()
public
Options to be saved in the lockfile so that the
source plugin is able to check out same version of gem later.
There options are passed when the source plugin is created from the lock
file.
@return [Hash]
# File lib/bundler/plugin/api/source.rb, line 74
def options_to_lock
{}
end