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')