method
requires_checkout?
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Git
requires_checkout?()private
No documentation available.
# File lib/bundler/source/git.rb, line 262
def requires_checkout?
allow_git_ops? && !local?
end