[Logilogi-svn] SF.net SVN: logilogi:[1673] projects/loglog/trunk/config/environment.rb
Status: Beta
Brought to you by:
wybow
|
From: <wy...@us...> - 2010-01-28 20:28:35
|
Revision: 1673
http://logilogi.svn.sourceforge.net/logilogi/?rev=1673&view=rev
Author: wybow
Date: 2010-01-28 20:28:27 +0000 (Thu, 28 Jan 2010)
Log Message:
-----------
Using newest rails version
Modified Paths:
--------------
projects/loglog/trunk/config/environment.rb
Modified: projects/loglog/trunk/config/environment.rb
===================================================================
--- projects/loglog/trunk/config/environment.rb 2010-01-28 09:13:25 UTC (rev 1672)
+++ projects/loglog/trunk/config/environment.rb 2010-01-28 20:28:27 UTC (rev 1673)
@@ -1,8 +1,9 @@
# 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.2' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.3.5' 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.
|