|
@@ -0,0 +1,18 @@
+--- config/environment.rb.orig 2010-11-06 16:20:19.054371938 +0100
++++ config/environment.rb 2010-11-06 16:21:56.985876984 +0100
+@@ -1,7 +1,7 @@
+ ENV['RAILS_ENV'] ||= 'production'
+ # Be sure to restart your server when you modify this file
+ # Specifies gem version of Rails to use when vendor/rails is not present
+-RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
++RAILS_GEM_VERSION = '>=2.3.2' unless defined? RAILS_GEM_VERSION
+ SNORBY_VERSION = '1.1.3' unless defined? SNORBY_VERSION
+
+ # Bootstrap the Rails environment, frameworks, and default configuration
+@@ -25,4 +25,4 @@
+ end
+
+ require 'ipaddr'
+-require 'resolv'
+\ Kein Zeilenumbruch am Dateiende.
++require 'resolv'
|