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-06-14 19:33:59 +0300
committerStan Hu <stanhu@gmail.com>2022-06-14 19:33:59 +0300
commit52538cbfafc73c071f94b0189c5bd1d890d95fad (patch)
tree8ce81fdfd08dee3c11e752c6444aa3c572959805
parent4e84eaf02f3a5403ef44c3f51b8e46c57e24ed02 (diff)
Update nokogiri to v1.13.6
This is needed to keep in sync with the Rails upgrade (https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89960) to save some space in an Omnibus install. Changelog: changed
-rw-r--r--ruby/Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 7c300000a..3616864ad 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -115,7 +115,7 @@ GEM
minitest (5.15.0)
msgpack (1.3.3)
multipart-post (2.1.1)
- nokogiri (1.13.3)
+ nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.20.0)