]> source.dussan.org Git - redmine.git/commitdiff
Fixed path for loading plugin Gemfile (#10811).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 2 May 2012 16:20:32 +0000 (16:20 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 2 May 2012 16:20:32 +0000 (16:20 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9614 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index ad4c157a46ef51b29f2345801366512830338a42..b6051aaba4ceb25c38eb1d00f03a62e7911803a0 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -83,7 +83,7 @@ if File.exists?(local_gemfile)
 end
 
 # Load plugins' Gemfiles
-Dir.glob File.expand_path("../vendor/plugins/*/Gemfile", __FILE__) do |file|
+Dir.glob File.expand_path("../plugins/*/Gemfile", __FILE__) do |file|
   puts "Loading #{file} ..." if $DEBUG # `ruby -d` or `bundle -v`
   instance_eval File.read(file)
 end