Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ GEM
reline (>= 0.2.7)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
loofah (2.12.0)
loofah (2.18.0)

Check warning

Code scanning / Brakeman

loofah gem 2.18.0 is vulnerable (CVE-2018-8048). Upgrade to 2.2.1.

loofah gem 2.18.0 is vulnerable (CVE-2018-8048). Upgrade to 2.2.1.
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -256,7 +256,9 @@ GEM
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.8)
nokogiri (1.12.5-x86_64-darwin)
nokogiri (1.13.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-linux)
racc (~> 1.4)
oj (3.13.9)
oj_mimic_json (1.0.1)
Expand Down Expand Up @@ -294,7 +296,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails_12factor (0.0.3)
rails_serve_static_assets
Expand Down Expand Up @@ -417,6 +419,7 @@ GEM

PLATFORMS
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
active_record_query_trace
Expand Down