diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2012-04-25 15:02:01 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2012-04-25 15:02:01 +0000 |
commit | 106802533c08ff39425e8e753ea362f8b409a20d (patch) | |
tree | f9402982112b1bd59a6ffbdbdb48d2bd12b450bc /www-apps/redmine/files | |
parent | version bump (diff) | |
download | gentoo-2-106802533c08ff39425e8e753ea362f8b409a20d.tar.gz gentoo-2-106802533c08ff39425e8e753ea362f8b409a20d.tar.bz2 gentoo-2-106802533c08ff39425e8e753ea362f8b409a20d.zip |
Version bumped.
(Portage version: 2.1.10.54/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/redmine/files')
-rw-r--r-- | www-apps/redmine/files/redmine-1.4.1-bundler.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www-apps/redmine/files/redmine-1.4.1-bundler.patch b/www-apps/redmine/files/redmine-1.4.1-bundler.patch new file mode 100644 index 000000000000..adef29a24226 --- /dev/null +++ b/www-apps/redmine/files/redmine-1.4.1-bundler.patch @@ -0,0 +1,15 @@ +diff -Naurb redmine-1.4.1.orig/config/boot.rb redmine-1.4.1/config/boot.rb +--- redmine-1.4.1.orig/config/boot.rb 2012-04-20 19:01:56.000000000 +0900 ++++ redmine-1.4.1/config/boot.rb 2012-04-25 13:00:01.702911764 +0900 +@@ -41,11 +41,6 @@ + class Boot + def run + load_initializer +- Rails::Initializer.class_eval do +- def load_gems +- @bundler_loaded ||= Bundler.require :default, Rails.env +- end +- end + Rails::Initializer.run(:set_load_path) + end + end |