We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7c429 commit 8f25807Copy full SHA for 8f25807
Gemfile
@@ -28,7 +28,9 @@ gem 'will_paginate', '~> 3.0.6'
28
gem 'bootstrap-will_paginate'
29
30
# Authentication gem
31
-gem 'devise'
+# gem 'devise'
32
+gem 'devise', '4.7.1' # This version is known to have vulnerabilities
33
+
34
35
# I18n gem
36
gem 'rails-i18n'
@@ -58,7 +60,7 @@ gem 'prawn'
58
60
gem 'prawn-table'
59
61
gem 'rollbar'
62
# gem 'loofah', '2.2.2' # This version is known to have vulnerabilities
-gem 'devise', '4.7.1' # This version is known to have vulnerabilities
63
+gem 'nokogiri', '1.10.10' # This version is known to have vulnerabilities
64
65
group :development, :test do
66
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
0 commit comments