提交 e5211e3b 编写于 作者: J Jeremy Kemper

Improve Gemfile commentary

上级 3b8e29fe
# 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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册