Error in bundle with plugin custom table #1387

This commit is contained in:
Karel Pičman 2022-08-09 14:25:23 +02:00
parent b05a438bea
commit 0217c51b67

View File

@ -29,7 +29,7 @@ source 'https://rubygems.org' do
unless Dir.exist?(File.expand_path('../../easyproject', __FILE__)) unless Dir.exist?(File.expand_path('../../easyproject', __FILE__))
gem 'simple_enum' gem 'simple_enum'
end 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 group :test do
gem 'rails-controller-testing' gem 'rails-controller-testing'
end end