method
fetch
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Git
fetch()private
No documentation available.
# File lib/bundler/source/git.rb, line 302
def fetch
git_proxy.checkout
rescue GitError => e
raise unless Bundler.feature_flag.allow_offline_install?
Bundler.ui.warn "Using cached git data because of network errors:\n#{e}"
end