From 293a1e9cf971f0b16e0a7a41a9bcb6cbfec68bd0 Mon Sep 17 00:00:00 2001 From: "David A. Cuadrado" Date: Tue, 30 Nov 2010 01:42:30 -0500 Subject: [PATCH] update to rails 2.3.10 Signed-off-by: David A. Cuadrado --- README | 4 ++-- config/environment.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 1bf2784d8..911426622 100644 --- a/README +++ b/README @@ -4,11 +4,11 @@ - ruby >= 1.8.7 <1.9 - rubygems >= 1.3.7 - mongodb >= 1.6 -- ruby on rails =2.3.8 +- ruby on rails =2.3.10 == Install Ruby On Rails -sudo gem install -v=2.3.8 rails +sudo gem install -v=2.3.10 rails == Getting Started diff --git a/config/environment.rb b/config/environment.rb index f247fb780..95172ffda 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.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')