Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Tobler <jtobler@gitlab.com>2022-08-18 21:51:03 +0300
committerJustin Tobler <jtobler@gitlab.com>2022-08-19 04:06:52 +0300
commit6bc640d69b8149a5e55195b95e4b43927743cb02 (patch)
tree32fbd5d1366239967881c07c1ea0a22920f8a67c
parentab3217ace2c2ad472118afd820ec5ba3bcbc51df (diff)
ruby: Update dependenciesjt-ruby-deps
Update `rails-html-sanitizer` and `addressable` gems to remediate securitiy vulnerabilities.
-rw-r--r--ruby/Gemfile.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 72e36b49d..4fb8ff557 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -24,7 +24,7 @@ GEM
adamantium (0.2.0)
ice_nine (~> 0.11.0)
memoizable (~> 0.4.0)
- addressable (2.7.0)
+ addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
binding_ninja (0.2.3)
@@ -101,7 +101,7 @@ GEM
reverse_markdown (~> 1.0)
rugged (>= 0.24, < 2.0)
thor (>= 0.19, < 2.0)
- loofah (2.16.0)
+ loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
memoizable (0.4.2)
@@ -136,7 +136,7 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
- public_suffix (4.0.6)
+ public_suffix (4.0.7)
racc (1.6.0)
rack (2.2.4)
rack-test (1.1.0)
@@ -144,7 +144,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)
rainbow (3.0.0)
rbtrace (0.4.14)