From: Tom Hughes Date: Wed, 2 Dec 2009 09:00:23 +0000 (+0000) Subject: Update site to use rails 2.3.5. X-Git-Tag: live~7424 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/7b7c11f2287897922c7fa4b5e97d8fda35aebf99?ds=inline Update site to use rails 2.3.5. --- diff --git a/config/environment.rb b/config/environment.rb index 83bfbbf2a..1cfc902a9 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 = '2.3.4' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION # Set the server URL SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org'