Method: Bundler::Plugin::API::Source#options_to_lock

Defined in:
lib/bundler/plugin/api/source.rb

#options_to_lockHash

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 lockfile.

Returns:

  • (Hash)


73
74
75
# File 'lib/bundler/plugin/api/source.rb', line 73

def options_to_lock
  {}
end