Flowdock
method

git

Importance_1
v2_2_9 - Show latest stable - 0 notes - Class: 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
Show source
Register or log in to add new notes.