From: <jh...@us...> - 2011-04-12 06:44:31
|
Revision: 270 http://etch.svn.sourceforge.net/etch/?rev=270&view=rev Author: jheiss Date: 2011-04-12 06:44:23 +0000 (Tue, 12 Apr 2011) Log Message: ----------- Switch to rails 2.3.11 Modified Paths: -------------- trunk/server/config/environment.rb Modified: trunk/server/config/environment.rb =================================================================== --- trunk/server/config/environment.rb 2011-04-12 06:20:09 UTC (rev 269) +++ trunk/server/config/environment.rb 2011-04-12 06:44:23 UTC (rev 270) @@ -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.10' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.11' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |