Go back to rails 2.0.2 for now as 2.1.0 doesn't quite work...

This commit is contained in:
Tom Hughes 2008-06-06 23:32:21 +00:00
parent 4fc6b982dd
commit e7346e5903
2 changed files with 3 additions and 2 deletions

View file

@ -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.1.0' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '2.0.2' unless defined? RAILS_GEM_VERSION
# Set the server URL
SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org'