For templates' gem method, :env is deprecated, use :group instead

This commit is contained in:
Ryan Bigg 2010-12-01 16:15:49 +11:00
parent f3bf63d611
commit 74e178880c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ module Rails
#
# ==== Example
#
# gem "rspec", :env => :test
# gem "rspec", :group => :test
# gem "technoweenie-restful-authentication", :lib => "restful-authentication", :source => "http://gems.github.com/"
# gem "rails", "3.0", :git => "git://github.com/rails/rails"
#