Project

General

Profile

Patch #26139 ยป follow-24007.patch

Sho HASHIMOTO, 2017-06-12 11:30

View differences:

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
    (1-1/1)