class Bundler::Source::Git
def to_gemfile
def to_gemfile specifiers = %w[ref branch tag submodules glob].map do |opt| "#{opt}: #{options[opt]}" if options[opt] end uri_with_specifiers(specifiers) end
def to_gemfile specifiers = %w[ref branch tag submodules glob].map do |opt| "#{opt}: #{options[opt]}" if options[opt] end uri_with_specifiers(specifiers) end