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:
parent
500ca98fef
commit
c7a485a289
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue