|
|
|
@ -45,7 +45,5 @@ group :opf_plugins do |
|
|
|
|
gem 'openproject-boards', path: 'modules/boards' |
|
|
|
|
gem 'overviews', path: 'modules/overviews' |
|
|
|
|
|
|
|
|
|
gem 'openproject-bim_seeder', path: 'modules/bim_seeder', require: !!(ENV['OPENPROJECT_EDITION'] == 'bim') |
|
|
|
|
gem 'openproject-bcf', path: 'modules/bcf', require: !!(ENV['OPENPROJECT_EDITION'] == 'bim') |
|
|
|
|
gem 'openproject-ifc_models', path: 'modules/ifc_models', require: !!(ENV['OPENPROJECT_EDITION'] == 'bim') |
|
|
|
|
gem 'openproject-bim', path: 'modules/bim' |
|
|
|
|
end |
|
|
|
|