Skip to content

Commit

Permalink
Improve Gemfile commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Nov 4, 2009
1 parent 3b8e29f commit e5211e3
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions railties/lib/rails/generators/rails/app/templates/Gemfile
@@ -1,20 +1,17 @@
# Gemfile is where you list all of your application's dependencies
#
# Edit this Gemfile to bundle your application's dependencies.

gem "rails", "<%= Rails::VERSION::STRING %>"
#
# Bundling edge rails:
# gem "rails", "<%= Rails::VERSION::STRING %>", :git => "git://github.com/rails/rails.git"

# Specify gemcutter as a gem source
# source "http://gemcutter.org"
## Bundle edge rails:
# gem "rails", :git => "git://github.com/rails/rails.git"

# Specify gems that this application depends on and have them installed with rake gems:install
## Bundle the gems you use:
# gem "bj"
# gem "hpricot", "0.6"
# gem "sqlite3-ruby", :require_as => "sqlite3"
# gem "aws-s3", :require_as => "aws/s3"

# Specify gems that should only be required in certain environments
## Bundle gems used only in certain environments:
# gem "rspec", :only => :test
# only :test do
# gem "webrat"
Expand Down

0 comments on commit e5211e3

Please sign in to comment.