수색…


Gemfile의 특정 gem에 github repo 사용

대신에

gem 'rails'

github 사용자 / repo 조합을 다음과 같이 지정할 수 있습니다.

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

gemfile의 특정 gem에 대한 ref, branch, git 사용

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

ref는 개별 커밋을 지정합니다. branch 는 당겨받을 git 브랜치를 지정합니다.



Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow