mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
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
This commit is contained in:
parent
ca1fbf1ea1
commit
2407bcba29
2
Gemfile
2
Gemfile
@ -105,6 +105,6 @@ if File.exists?(local_gemfile)
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Load plugins' Gemfiles
|
# 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
|
eval_gemfile file
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user