diff options
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/environment.rb b/config/environment.rb index 27f6972ea..3da0fe490 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -4,9 +4,6 @@ # you don't control web/app server and can't set it the proper way # ENV['RAILS_ENV'] ||= 'production' -# Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '2.3.14' unless defined? RAILS_GEM_VERSION - # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') @@ -54,9 +51,6 @@ Rails::Initializer.run do |config| # It will automatically turn deliveries on config.action_mailer.perform_deliveries = false - config.gem 'coderay', :version => '~>1.0.0' - config.gem 'net-ldap', :version => '~>0.2.2' - # Load any local configuration that is kept out of source control # (e.g. gems, patches). if File.exists?(File.join(File.dirname(__FILE__), 'additional_environment.rb')) |