2019-02-13 13:54:01 +01:00
|
|
|
group :development, :test do
|
|
|
|
|
gem 'ladle'
|
|
|
|
|
end
|
|
|
|
|
|
2025-11-05 07:52:05 +01:00
|
|
|
gem 'omniauth-openid_connect-providers',
|
|
|
|
|
git: 'https://github.com/opf/omniauth-openid_connect-providers.git',
|
|
|
|
|
ref: 'c7e2498a8b093cfc5693d4960cae2e903a5e10cd'
|
|
|
|
|
|
2018-11-14 14:07:27 +01:00
|
|
|
gem 'omniauth-openid-connect',
|
2020-12-03 17:25:31 +01:00
|
|
|
git: 'https://github.com/opf/omniauth-openid-connect.git',
|
2025-11-28 11:14:47 +01:00
|
|
|
ref: '825d06235b64f6bc872bba709f1c2d48fd5cede4'
|
2018-11-14 14:07:27 +01:00
|
|
|
|
|
|
|
|
group :opf_plugins do
|
2019-01-28 10:14:46 +01:00
|
|
|
# included so that engines can reference OpenProject::Version
|
|
|
|
|
$:.push File.expand_path("../lib", __FILE__)
|
|
|
|
|
|
2020-12-03 17:25:31 +01:00
|
|
|
gem 'openproject-auth_plugins', path: 'modules/auth_plugins'
|
|
|
|
|
gem 'openproject-auth_saml', path: 'modules/auth_saml'
|
|
|
|
|
gem 'openproject-openid_connect', path: 'modules/openid_connect'
|
|
|
|
|
gem 'openproject-xls_export', path: 'modules/xls_export'
|
|
|
|
|
gem 'costs', path: 'modules/costs'
|
|
|
|
|
gem 'openproject-reporting', path: 'modules/reporting'
|
|
|
|
|
gem "openproject-backlogs", path: 'modules/backlogs'
|
|
|
|
|
gem 'openproject-avatars', path: 'modules/avatars'
|
|
|
|
|
gem 'openproject-two_factor_authentication', path: 'modules/two_factor_authentication'
|
|
|
|
|
gem 'openproject-webhooks', path: 'modules/webhooks'
|
|
|
|
|
gem 'openproject-github_integration', path: 'modules/github_integration'
|
2024-02-28 16:34:58 +03:00
|
|
|
gem 'openproject-gitlab_integration', path: 'modules/gitlab_integration'
|
2020-12-03 17:25:31 +01:00
|
|
|
gem 'openproject-ldap_groups', path: 'modules/ldap_groups'
|
|
|
|
|
gem 'openproject-recaptcha', path: 'modules/recaptcha'
|
|
|
|
|
gem 'openproject-job_status', path: 'modules/job_status'
|
2018-12-19 19:19:57 +01:00
|
|
|
|
2020-12-03 17:25:31 +01:00
|
|
|
gem 'grids', path: 'modules/grids'
|
|
|
|
|
gem 'my_page', path: 'modules/my_page'
|
|
|
|
|
gem 'openproject-boards', path: 'modules/boards'
|
|
|
|
|
gem 'overviews', path: 'modules/overviews'
|
|
|
|
|
gem 'budgets', path: 'modules/budgets'
|
2025-02-17 09:42:03 +01:00
|
|
|
gem 'openproject-meeting', path: 'modules/meeting'
|
2021-11-17 13:38:13 +01:00
|
|
|
gem 'openproject-team_planner', path: 'modules/team_planner'
|
2023-11-28 14:53:25 +01:00
|
|
|
gem 'openproject-gantt', path: 'modules/gantt'
|
2021-12-13 14:08:03 +01:00
|
|
|
gem 'openproject-calendar', path: 'modules/calendar'
|
2026-04-28 12:04:13 +02:00
|
|
|
gem 'openproject-resource_management', path: 'modules/resource_management'
|
2022-01-12 17:08:57 +01:00
|
|
|
gem 'openproject-storages', path: 'modules/storages'
|
2026-03-16 16:44:04 +01:00
|
|
|
gem 'openproject-wikis', path: 'modules/wikis'
|
2025-02-24 19:38:17 +01:00
|
|
|
gem 'openproject-documents', path: 'modules/documents'
|
2019-03-26 13:11:51 +01:00
|
|
|
|
2020-12-03 17:25:31 +01:00
|
|
|
gem 'openproject-bim', path: 'modules/bim'
|
2018-11-14 14:07:27 +01:00
|
|
|
end
|