From c7c8556052d4c13e2782c429e6674c811b893c5b Mon Sep 17 00:00:00 2001 From: Glenn Rempe Date: Wed, 9 Jul 2008 14:59:58 -0700 Subject: [PATCH] Don't test for a specific version of Rails. --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index 61153fe..8b73e6a 100755 --- a/config/environment.rb +++ b/config/environment.rb @@ -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.0.2' unless defined? RAILS_GEM_VERSION +#RAILS_GEM_VERSION = '2.0.2' unless defined? RAILS_GEM_VERSION # Authorization plugin for role based access control # You can override default authorization system constants here.