Tutorial by Examples

Instead of gem 'rails' You can specify a github user/repo combination with gem 'rails', github: 'rails/rails'
gem 'any gem',git: 'any repo',branch: 'specific branch of that repo',ref: 'reference no.' ref specifies individual commit. branch specifies the git branch to pull from.

Page 1 of 1