diff options
author | Andrew Nesbitt <andrewnez@gmail.com> | 2011-12-20 18:32:01 +0000 |
---|---|---|
committer | Andrew Nesbitt <andrewnez@gmail.com> | 2011-12-20 18:32:01 +0000 |
commit | c7a485a289984aac1a723c6a3bce0f6ff03b93b2 (patch) | |
tree | 5f58017edf58a16b446084d092b0e6c2dd2a9d22 /railties/lib | |
parent | 500ca98fef7a8cc20f1f8f5835091e1f119e0d8a (diff) | |
download | rails-c7a485a289984aac1a723c6a3bce0f6ff03b93b2.tar.gz rails-c7a485a289984aac1a723c6a3bce0f6ff03b93b2.tar.bz2 rails-c7a485a289984aac1a723c6a3bce0f6ff03b93b2.zip |
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.
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile index 082642d5cd..2c7021e6e9 100644 --- a/railties/lib/rails/generators/rails/app/templates/Gemfile +++ b/railties/lib/rails/generators/rails/app/templates/Gemfile @@ -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 %> |