Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Add github's "branch" option
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Davis committed Apr 17, 2013
1 parent 3416778 commit 86922ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions man/gemfile.5.ronn
Expand Up @@ -258,6 +258,10 @@ Are both equivalent to

gem "rails", :git => "git://github.com/rails/rails.git"

In addition, if you wish to choose a specific branch:

gem "rails", :github => "rails/rails", :branch => "branch_name"

### PATH (:path)

You can specify that a gem is located in a particular location
Expand Down

0 comments on commit 86922ef

Please sign in to comment.