From 43442dc882812a8af2760795ca059b10b11551d1 Mon Sep 17 00:00:00 2001 From: Matias Korhonen Date: Tue, 25 May 2010 19:26:20 +0300 Subject: [PATCH] Latest Ruby (2.3.8). --- config/environment.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index bd3c66f..766361e 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -5,7 +5,7 @@ # ENV['RAILS_ENV'] ||= 'production' # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') @@ -33,6 +33,8 @@ config.gem "coderay" config.gem "redclothcoderay" config.gem "sysinfo" + config.gem "erubis" + config.gem "paperclip" # Only load the plugins named here, in the order given. By default, all plugins # in vendor/plugins are loaded in alphabetical order.