Patch #26139 ยป follow-24007.patch
Gemfile | ||
---|---|---|
105 | 105 |
end |
106 | 106 | |
107 | 107 |
# Load plugins' Gemfiles |
108 |
Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
|
|
108 |
Dir.glob File.join(Redmine::Plugin.directory, "*/{Gemfile,PluginGemfile}") do |file|
|
|
109 | 109 |
eval_gemfile file |
110 | 110 |
end |