]> source.dussan.org Git - redmine.git/commitdiff
Removed Rails 2.3 patch for ruby1.9.3.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 26 Apr 2012 16:31:50 +0000 (16:31 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 26 Apr 2012 16:31:50 +0000 (16:31 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9531 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/initializers/10-patches.rb

index 484ea1fb7adac0568251fcbeb87cc901eb7d0226..dccf2d0ef5da63eaae98553e925cdc5a4556b97f 100644 (file)
@@ -1,8 +1,3 @@
-# Patches active_support/core_ext/load_error.rb to support 1.9.3 LoadError message
-if RUBY_VERSION >= '1.9.3'
-  MissingSourceFile::REGEXPS << [/^cannot load such file -- (.+)$/i, 1] 
-end
-
 require 'active_record'
 
 module ActiveRecord