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-08-02 20:40:23 +0300
committerStan Hu <stanhu@gmail.com>2022-08-02 20:40:54 +0300
commit2c74a182c4b8ce4d4094b3bfca859204ac82bd63 (patch)
tree3530e5a71c6321c8e6a20af7150db25f25848338
parent072f01c9a020b2b49c222a338349555b2e807384 (diff)
Update nokogiri gem to v1.13.8sh-update-nokogiri-1.13.8
This is done to match the changes in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/93412 and to ensure we don't duplicate versions of this gem. Changes: https://nokogiri.org/CHANGELOG.html 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 12e5d578a..ac977a7a6 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -115,7 +115,7 @@ GEM
minitest (5.16.2)
msgpack (1.3.3)
multipart-post (2.1.1)
- nokogiri (1.13.6)
+ nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.20.0)