diff options
-rw-r--r-- | config/environment.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/environment.rb b/config/environment.rb index 8347cc646..3000755c0 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -60,8 +60,8 @@ Rails::Initializer.run do |config| # # Specify gems that this application depends on and have them installed with rake gems:install config.gem "rack", :version => '1.1.0' - config.gem 'rspec', :lib => false, :version => '1.3.1' config.gem 'rspec-rails', :lib => false, :version => '1.3.3' + config.gem "recaptcha", :lib => "recaptcha/rails" # Your secret key for verifying cookie session data integrity. # If you change this key, all old sessions will become invalid! @@ -76,7 +76,7 @@ Rails::Initializer.run do |config| # Use SQL instead of Active Record's schema dumper when creating the test database. # This is necessary if your schema can't be completely dumped by the schema dumper, # like if you have constraints or database-specific column types - # config.active_record.schema_format = :sql + config.active_record.schema_format = :sql # Activate observers that should always be running # config.active_record.observers = :cacher, :garbage_collector |