test/rails/config/environment.rb in gettext-1.90.0 vs test/rails/config/environment.rb in gettext-1.91.0

- old
+ new

@@ -5,10 +5,10 @@ # ENV['RAILS_ENV'] ||= 'production' $KCODE = "U" # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '2.0.1' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.0.2' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') $:.insert RAILS_ROOT + "/../../lib"