diff --git a/config/environment.rb.SAMPLE b/config/environment.rb.SAMPLE --- a/config/environment.rb.SAMPLE +++ b/config/environment.rb.SAMPLE @@ -43,8 +43,15 @@ # See Rails::Configuration for more options + # ------------- + # Required gems + # ------------- + # This is for rspec config.gem "rspec-rails", :lib => "spec" + config.gem "haml" + config.gem "pony" + #config.gem "BlueCloth", :lig => "bluecloth" end # Add new inflection rules using the following format