From 88c423b20c0f75147e7bf3aaf638c687e62b54b0 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Fri, 5 Feb 2010 10:41:57 +1300 Subject: [PATCH] this may as well say the new version --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index 6f7d998de2..dc3f88bbdd 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -7,7 +7,7 @@ # Specifies gem version of Rails to use when vendor/rails is not present RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION # Freeze to a specific version of refinerycms when running as a gem -# REFINERY_GEM_VERSION = '0.9.5.29' unless defined? REFINERY_GEM_VERSION +# REFINERY_GEM_VERSION = '0.9.6' unless defined? REFINERY_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot')