Skip to content

Instantly share code, notes, and snippets.

@wnoguchi
Created July 8, 2013 04:24
Show Gist options
  • Save wnoguchi/5946217 to your computer and use it in GitHub Desktop.
Save wnoguchi/5946217 to your computer and use it in GitHub Desktop.
# Gemfile
# Use Capistrano for deployment
group :development do
# capistrano
gem 'capistrano', group: :development
# multistage extension
gem 'capistrano-ext', group: :development
# rbenv extension
gem 'capistrano-rbenv', group: :development
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment