From 9b424b8614e875734bcc429db88506fb2b6039dd Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Sat, 31 Mar 2007 13:32:25 +0000 Subject: [PATCH] API 0.4: Update rails version to match dev.openstreetmap env --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index b55fbe441..84394f2ac 100644 --- 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 = '1.2.3' +RAILS_GEM_VERSION = '1.2.2' # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') -- 2.43.2