Created
December 16, 2011 22:26
-
-
Save kevinkarwaski/1488299 to your computer and use it in GitHub Desktop.
Gems needed for cap based deployments with chef integration.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source "http://rubygems.org" | |
gem 'chef', '0.10.4' | |
gem 'capistrano', '2.9.0' | |
gem 'capistrano-ext', '1.2.1' | |
gem 'capistrano-chef' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment