method

git

ruby latest stable - Class: Gem::RequestSet::GemDependencyAPI
git(repository)
public

:category: Gem Dependencies DSL

Block form for specifying gems from a git repository.

git 'https://github.com/rails/rails.git' do
  gem 'activesupport'
  gem 'activerecord'
end