diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-06-17 07:50:01 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-06-17 07:50:01 +0000 |
commit | 2407bcba296b01b3416cae91d333ce956c8c11f0 (patch) | |
tree | 2ffcfefde16f88d14007d9a18f1f8d4bab5688a8 /Gemfile | |
parent | ca1fbf1ea10688c0c727b6e9f5271faa26c73bb7 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |