summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-06-17 07:50:01 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-06-17 07:50:01 +0000
commit2407bcba296b01b3416cae91d333ce956c8c11f0 (patch)
tree2ffcfefde16f88d14007d9a18f1f8d4bab5688a8 /Gemfile
parentca1fbf1ea10688c0c727b6e9f5271faa26c73bb7 (diff)
downloadredmine-2407bcba296b01b3416cae91d333ce956c8c11f0.tar.gz
redmine-2407bcba296b01b3416cae91d333ce956c8c11f0.zip
Reverts r16666 that prevents Redmine to start.
[!] There was an error parsing `Gemfile`: uninitialized constant Bundler::Dsl::R edmine. Bundler cannot continue. git-svn-id: http://svn.redmine.org/redmine/trunk@16669 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 637c47bee..d2117fc4b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -105,6 +105,6 @@ if File.exists?(local_gemfile)
end
# Load plugins' Gemfiles
-Dir.glob File.join(Redmine::Plugin.directory, "*/{Gemfile,PluginGemfile}") do |file|
+Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
eval_gemfile file
end