Dont need to spell out the dependency

This commit is contained in:
David Heinemeier Hansson 2010-09-01 19:09:35 -05:00
parent 278bc76ba6
commit af03462b24
1 changed files with 1 additions and 4 deletions

View File

@ -23,12 +23,9 @@ gem '<%= gem_for_database %>'<% if require_for_database %>, :require => '<%= req
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger w/ Ruby 1.8.7+
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
# gem 'ruby-debug'
# To use debugger w/ Ruby 1.9.2+
# gem 'ruby-debug19'
# gem 'linecache19'
# Bundle the extra gems:
# gem 'bj'