From: <jh...@us...> - 2010-12-18 08:43:00
|
Revision: 235 http://etch.svn.sourceforge.net/etch/?rev=235&view=rev Author: jheiss Date: 2010-12-18 08:42:53 +0000 (Sat, 18 Dec 2010) Log Message: ----------- Update to rails 2.3.10. Apparently 2.3.8 is incompatible with newer versions of the i18n gem and I started running into that incompatibility. This was fixed in 2.3.9. Modified Paths: -------------- trunk/server/config/environment.rb Modified: trunk/server/config/environment.rb =================================================================== --- trunk/server/config/environment.rb 2010-12-18 08:30:15 UTC (rev 234) +++ trunk/server/config/environment.rb 2010-12-18 08:42:53 UTC (rev 235) @@ -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.8' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.10' 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. |