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

Merge pull request #4063 from andrew/patch-1

Added Capistrano to the development group in Gemfile
This commit is contained in:
Piotr Sarnacki 2011-12-20 11:01:17 -08:00
commit cc192900f2

View file

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