Skip to content

Instantly share code, notes, and snippets.

@kevinkarwaski
Created December 16, 2011 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinkarwaski/1488299 to your computer and use it in GitHub Desktop.
Save kevinkarwaski/1488299 to your computer and use it in GitHub Desktop.
Gems needed for cap based deployments with chef integration.
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