From 2407bcba296b01b3416cae91d333ce956c8c11f0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 17 Jun 2017 07:50:01 +0000 Subject: [PATCH] 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5