Skip to content

Instantly share code, notes, and snippets.

@phlegx
Created January 21, 2013 10:04
Show Gist options
  • Save phlegx/4585002 to your computer and use it in GitHub Desktop.
Save phlegx/4585002 to your computer and use it in GitHub Desktop.
group :development do
gem "my_model", :git => "[email protected]:my_model", :branch => "development"
end
group :production do
gem "my_model", :git => "[email protected]:my_model", :branch => "master"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment