Recherche…


Utiliser le repo github pour une gemme spécifique dans Gemfile

Au lieu de

gem 'rails'

Vous pouvez spécifier une combinaison utilisateur / repo github avec

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

Utiliser ref, branch, git pour gem spécifique dans gemfile

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

ref spécifie un commit individuel. branch spécifie la branche git à extraire.



Modified text is an extract of the original Stack Overflow Documentation
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow