1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Added Capistrano to the development group in Gemfile

There's no need for Capistrano to be install on a server, the extra argument in the comment implies this now.
This commit is contained in:
Andrew Nesbitt 2011-12-20 18:32:01 +00:00
parent 500ca98fef
commit c7a485a289

View file

@ -20,7 +20,7 @@ source 'https://rubygems.org'
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# gem 'capistrano', :group => :development
# To use debugger
# <%= ruby_debugger_gemfile_entry %>