diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2011-01-14 13:36:47 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2011-01-14 13:36:47 +0000 |
commit | db868f2abc4e5f36ac039ef3dcbb3ad787b4fe37 (patch) | |
tree | 09aeb578d9eb0983f67dd8b6b60cbdca2f3348eb /www/redmine/files | |
parent | 1fe906161d490d9145e3a1a820ea0e1438d0634c (diff) |
Notes
Diffstat (limited to 'www/redmine/files')
-rw-r--r-- | www/redmine/files/patch-config-boot.rb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/redmine/files/patch-config-boot.rb b/www/redmine/files/patch-config-boot.rb new file mode 100644 index 000000000000..5c9414ea0226 --- /dev/null +++ b/www/redmine/files/patch-config-boot.rb @@ -0,0 +1,23 @@ +--- config/boot.rb.orig 2010-12-23 11:22:21.000000000 +0100 ++++ config/boot.rb 2010-12-23 14:14:20.000000000 +0100 +@@ -110,13 +110,13 @@ + # Loads i18n 0.4.2 before Rails loads any more recent gem + # 0.5.0 is not compatible with the old interpolation syntax + # Plugins will have to migrate to the new syntax for 1.2.0 +-require 'rubygems' +-begin +- gem 'i18n', '0.4.2' +-rescue Gem::LoadError => load_error +- $stderr.puts %(Missing the i18n 0.4.2 gem. Please `gem install -v=0.4.2 i18n`) +- exit 1 +-end ++#require 'rubygems' ++#begin ++# gem 'i18n', '0.4.2' ++#rescue Gem::LoadError => load_error ++# $stderr.puts %(Missing the i18n 0.4.2 gem. Please `gem install -v=0.4.2 i18n`) ++# exit 1 ++#end + + # All that for this: + Rails.boot! |