Skip to content

Instantly share code, notes, and snippets.

@jfirebaugh
Created March 30, 2012 04:50
Show Gist options
  • Select an option

  • Save jfirebaugh/2246565 to your computer and use it in GitHub Desktop.

Select an option

Save jfirebaugh/2246565 to your computer and use it in GitHub Desktop.
Bundler 1.1 has a shortcut for github git URLs
# 1.0 syntax:
# gem 'rails', :git => 'git://github.com/rails/rails.git', :branch => '3-2-stable'
# New hotness:
gem 'rails', github: 'rails/rails', branch: '3-2-stable'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment