Skip to content

Instantly share code, notes, and snippets.

@launchkit-codes
Created February 17, 2015 08:42
Show Gist options
  • Select an option

  • Save launchkit-codes/ae2e22f308af8af97d1d to your computer and use it in GitHub Desktop.

Select an option

Save launchkit-codes/ae2e22f308af8af97d1d to your computer and use it in GitHub Desktop.
Specify similar configuration in groups of a Gemfile
# Gemfile consists of plain Ruby
# So it's authorized to do this:
branch = 'develop'
group :development do
%(a b c d).each do |lib|
gem lib, :git => "https://github.com/abc/#{lib}.git", :branch => branch
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment