Skip to content

Commit e36ff52

Browse files
authored
Update Gemfile
1 parent 3ec12e6 commit e36ff52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ gem 'sdoc', '~> 0.4.0', group: :doc
5757
gem 'prawn'
5858
gem 'prawn-table'
5959
gem 'rollbar'
60-
gem 'loofah', '2.2.2' # This version is known to have vulnerabilities
60+
# gem 'loofah', '2.2.2' # This version is known to have vulnerabilities
61+
gem 'actionpack', '4.2.5.2' # This version is known to have vulnerabilities
6162

6263
group :development, :test do
6364
# Call 'byebug' anywhere in the code to stop execution and get a debugger console

0 commit comments

Comments
 (0)