From bab7c3fbae8f177072165e76410d1757b12ab26f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Fri, 14 Jul 2023 09:39:05 +0200 Subject: [PATCH] V3.0.13 update error: Error in bundle plugins vault&dashboard #1458 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 5541eab2..b2b0ea26 100644 --- a/Gemfile +++ b/Gemfile @@ -23,10 +23,10 @@ source 'https://rubygems.org' do gem 'active_record_union' gem 'ox' # Dav4Rack - gem 'rake' + gem 'rake' unless Dir.exist?(File.expand_path('../../redmine_dashboard', __FILE__)) gem 'uuidtools' gem 'xapian-ruby' - gem 'zip-zip' + gem 'zip-zip' unless Dir.exist?(File.expand_path('../../vault', __FILE__)) # Redmine extensions gem 'simple_enum' unless Dir.exist?(File.expand_path('../../easyproject', __FILE__))