Method: Bundler::Plugin::API::Source#unlock!
- Defined in:
- lib/bundler/plugin/api/source.rb
#unlock! ⇒ Object
This is called to update the spec and installation.
If the source plugin is loaded from lockfile or otherwise, it shall refresh the cache/specs (e.g. git sources can make a fresh clone).
169 170 |
# File 'lib/bundler/plugin/api/source.rb', line 169 def unlock! end |