2021-04-20 23:17:37 +05:30
|
|
|
libruby2.7 has rexml 3.2.3.1 which has latest security fixes
|
|
|
|
|
|
|
|
--- a/Gemfile
|
|
|
|
+++ b/Gemfile
|
2023-05-08 11:25:58 +05:30
|
|
|
@@ -54,7 +54,7 @@ gem 'devise-pbkdf2-encryptable', '~> 0.0
|
2021-04-20 23:17:37 +05:30
|
|
|
gem 'bcrypt', '~> 3.1', '>= 3.1.14'
|
|
|
|
gem 'doorkeeper', '~> 5.5'
|
2023-03-05 00:11:28 +05:30
|
|
|
gem 'doorkeeper-openid_connect', '~> 1.8'
|
2023-05-08 11:25:58 +05:30
|
|
|
-gem 'rexml', '~> 3.2', '>= 3.2.5'
|
|
|
|
+gem 'rexml', '~> 3.2', '>= 3.2.3.1'
|
2021-11-11 17:04:58 +05:30
|
|
|
gem 'ruby-saml', '~> 1.13'
|
2022-10-18 15:59:10 +05:30
|
|
|
gem 'omniauth', '~> 2.1'
|
2022-11-26 12:48:29 +05:30
|
|
|
gem 'omniauth-auth0', '~> 2.0'
|