1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-16 04:12:53 +00:00

Change plugins directory through the configuration.yml file (#24007, #26139).

Patch by Sho HASHIMOTO

git-svn-id: http://svn.redmine.org/redmine/trunk@16666 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-06-17 07:31:23 +00:00
parent b21af3eaa4
commit f9ed43ee15

View File

@ -105,6 +105,6 @@ if File.exists?(local_gemfile)
end
# Load plugins' Gemfiles
Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
Dir.glob File.join(Redmine::Plugin.directory, "*/{Gemfile,PluginGemfile}") do |file|
eval_gemfile file
end