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:
authorStan Hu <stanhu@gmail.com>2022-12-21 23:39:39 +0300
committerStan Hu <stanhu@gmail.com>2022-12-21 23:43:53 +0300
commitaacf5bce656670326ffe87bea5df7a6f89bb7503 (patch)
tree24d338a237200e61e2abe655db60cc4496bc03eb
parentedca8ea99b1670990281775a5d99429c4492fd8e (diff)
Update Markdown-related Ruby gems
These are all sub-dependencies of `activesupport` and aren't really used in Gitaly. However, let's update the versions to match the GitLab Rails versions and prevent security scanners from flagging CVEs. Changelog: changed
-rw-r--r--ruby/Gemfile.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index a732b9b50..071de9765 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -80,7 +80,7 @@ GEM
reverse_markdown (~> 1.0)
rugged (>= 0.24, < 2.0)
thor (>= 0.19, < 2.0)
- loofah (2.19.0)
+ loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
memoizable (0.4.2)
@@ -90,7 +90,7 @@ GEM
minitest (5.16.3)
msgpack (1.3.3)
multipart-post (2.1.1)
- nokogiri (1.13.8)
+ nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.20.0)
@@ -112,15 +112,15 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (4.0.7)
- racc (1.6.0)
+ racc (1.6.1)
rack (2.2.4)
rack-test (2.0.2)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
- rails-html-sanitizer (1.4.3)
- loofah (~> 2.3)
+ rails-html-sanitizer (1.4.4)
+ loofah (~> 2.19, >= 2.19.1)
rainbow (3.0.0)
rbtrace (0.4.14)
ffi (>= 1.0.6)