# HG changeset patch # User jittat # Date 2008-11-06 14:55:07 # Node ID 290d274b16a31702b5aaa52c8b0b0edaaf0b2d37 # Parent c4d6d4f3628ce8336a62237d7302443a6f531873 fixed rails' version (regarding the incompatibility for partial_counter) git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@289 6386c4cd-e34a-4fa8-8920-d93eb39b512e diff --git a/config/environment.rb.SAMPLE b/config/environment.rb.SAMPLE --- a/config/environment.rb.SAMPLE +++ b/config/environment.rb.SAMPLE @@ -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.1.0' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.1.1' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot')