]> git.openstreetmap.org Git - rails.git/commitdiff
Stick with rails 2.0.1...
authorTom Hughes <tom@compton.nu>
Sun, 4 May 2008 11:32:49 +0000 (11:32 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 4 May 2008 11:32:49 +0000 (11:32 +0000)
config/environment.rb

index 45c9ed4d6f110ffde4f21514dcc4f2d76c84a663..8aaab730289311ff083812694406de99cf4ec8ce 100644 (file)
@@ -6,7 +6,7 @@ ENV['RAILS_ENV'] ||= 'production'
 
 # Specifies gem version of Rails to use when vendor/rails is not present
 # DO NOT BUMP THIS TO 2.0.2 AS THE LIVE SERVERS CAN'T RUN THAT
 
 # Specifies gem version of Rails to use when vendor/rails is not present
 # DO NOT BUMP THIS TO 2.0.2 AS THE LIVE SERVERS CAN'T RUN THAT
-RAILS_GEM_VERSION = '2.0.2' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.0.1' unless defined? RAILS_GEM_VERSION
 
 # Set the server URL
 SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org'
 
 # Set the server URL
 SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org'