Sök…


Använd github-repo för specifik pärla i Gemfile

Istället för

gem 'rails'

Du kan ange en github-användare / repokombination med

gem 'rails', github: 'rails/rails'

Använd ref, gren, git för specifik pärla i gemfile

 gem 'any gem',git: 'any repo',branch: 'specific branch of that repo',ref: 'reference no.'

ref specificerar individuella engagemang. gren specificerar gitgrenen att dra från.



Modified text is an extract of the original Stack Overflow Documentation
Licensierat under CC BY-SA 3.0
Inte anslutet till Stack Overflow