From: Dan Moore Date: Sat, 31 Mar 2007 13:32:25 +0000 (+0000) Subject: API 0.4: Update rails version to match dev.openstreetmap env X-Git-Tag: live~8530 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/9b424b8614e875734bcc429db88506fb2b6039dd API 0.4: Update rails version to match dev.openstreetmap env --- 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')