From 91633ac4419d839661e35ae8f2efe5c9089cfb67 Mon Sep 17 00:00:00 2001 From: User Date: Wed, 29 Dec 2010 17:06:40 +0100 Subject: use sanitize instead of only html_escape! --- config/environment.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/environment.rb b/config/environment.rb index cdc6b28..6257591 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,7 +1,7 @@ # Be sure to restart your server when you modify this file # 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') @@ -59,4 +59,4 @@ end require 'awesome_patch' ExceptionNotifier.exception_recipients = %w(hukl@berlin.ccc.de) -ExceptionNotifier.sender_address = %("CCCMS Error" ) \ No newline at end of file +ExceptionNotifier.sender_address = %("CCCMS Error" ) -- cgit v1.3