|
|
|
@ -4,6 +4,10 @@ |
|
|
|
|
# see also https://github.com/bundler/bundler/issues/1041 |
|
|
|
|
gem 'omniauth-saml', '~> 1.10.1' |
|
|
|
|
|
|
|
|
|
group :development, :test do |
|
|
|
|
gem 'ladle' |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
gem 'omniauth-openid_connect-providers', |
|
|
|
|
git: 'https://github.com/finnlabs/omniauth-openid_connect-providers.git', |
|
|
|
|
ref: 'b8b9d4be88fb48a1fa4f4afd9fd226dac54430f8' |
|
|
|
@ -33,6 +37,7 @@ group :opf_plugins do |
|
|
|
|
gem 'openproject-two_factor_authentication', path: 'modules/two_factor_authentication' |
|
|
|
|
gem 'openproject-webhooks', path: 'modules/webhooks' |
|
|
|
|
gem 'openproject-github_integration', path: 'modules/github_integration' |
|
|
|
|
gem 'openproject-ldap_groups', path: 'modules/ldap_groups' |
|
|
|
|
|
|
|
|
|
gem 'grids', path: 'modules/grids' |
|
|
|
|
end |
|
|
|
|