From 0e41ee82d1c982dc9a99c4c32bd9b576b8248466 Mon Sep 17 00:00:00 2001 From: "Karel.Picman" Date: Fri, 17 Dec 2021 08:46:55 +0100 Subject: [PATCH] easy_gantt compatibility #1318 --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b208ea8d..406383eb 100644 --- a/Gemfile +++ b/Gemfile @@ -26,9 +26,11 @@ source 'https://rubygems.org' do gem 'active_record_union' # Redmine extensions + unless Dir.exist?(File.expand_path('../../easyproject', __FILE__)) + gem 'simple_enum' + end unless %w(easyproject easy_gantt).any? { |plugin| Dir.exist?(File.expand_path("../../#{plugin}", __FILE__)) } gem 'redmine_extensions', '~> 0.3.9' - gem 'simple_enum' group :test do gem 'rails-controller-testing' end