From 0217c51b67ac27b87ecc5a311f9b19e300588fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 9 Aug 2022 14:25:23 +0200 Subject: [PATCH] Error in bundle with plugin custom table #1387 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 54f65c7c..93dd2a37 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ source 'https://rubygems.org' do 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__)) } + unless %w(easyproject easy_gantt custom_tables).any? { |plugin| Dir.exist?(File.expand_path("../../#{plugin}", __FILE__)) } group :test do gem 'rails-controller-testing' end