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
|
2022-08-13 16:00:24 +05:30
|
|
|
@@ -34,7 +34,7 @@
|
2021-04-20 23:17:37 +05:30
|
|
|
gem 'bcrypt', '~> 3.1', '>= 3.1.14'
|
|
|
|
gem 'doorkeeper', '~> 5.5'
|
2021-09-04 02:51:02 +05:30
|
|
|
gem 'doorkeeper-openid_connect', '~> 1.7','>= 1.7.5'
|
|
|
|
-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'
|
2021-04-20 23:17:37 +05:30
|
|
|
gem 'omniauth', '~> 1.8'
|
|
|
|
gem 'omniauth-auth0', '~> 2.0'
|