diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-19 14:30:46 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-19 14:30:46 +0000 |
commit | 9315039e0a95b0234b7736f359fc039550f45e08 (patch) | |
tree | a96bd2888004e027b5e460066c3e8e42d8e6e559 /config/environment.rb | |
parent | 37575f27feb19396671e6760b578265f841de733 (diff) | |
download | redmine-9315039e0a95b0234b7736f359fc039550f45e08.tar.gz redmine-9315039e0a95b0234b7736f359fc039550f45e08.zip |
Use Bundler for gem management (#5638).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8904 e93f8b46-1217-0410-a6f0-8f06a7374b81
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')) |