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
path: root/ruby
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2023-02-02 05:50:02 +0300
committerStan Hu <stanhu@gmail.com>2023-02-02 05:51:55 +0300
commit7a59c3272287ad4164f8dfee5b1a2d1c12376d2a (patch)
treee473b9976683c3e77f1bb3ce597ec9ceaf0f98cc /ruby
parenta4415cf7cb934cd333a3c3f6ee7c749306edd925 (diff)
Bump Nokogiri to v1.14.1
This is to match the version shipped with GitLab Rails: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110573 Add an explicit dependency in Gemfile to ensure Renovate will update this automatically. Changelog: changed
Diffstat (limited to 'ruby')
-rw-r--r--ruby/Gemfile1
-rw-r--r--ruby/Gemfile.lock7
2 files changed, 5 insertions, 3 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index facb3dd5f..e273acfa9 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -19,6 +19,7 @@ gem 'gitlab-labkit', '~> 0.29'
gem 'licensee', '~> 9.15'
gem 'google-protobuf', '~> 3.21.12'
+gem 'nokogiri', '~> 1.14'
# Rails is currently blocked on the upgrade to the new major version for Redis,
# so we don't upgrade either until the issue is resolved. This is an indirect
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 309f58936..a30add206 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -78,11 +78,11 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (0.9.2)
- mini_portile2 (2.8.0)
+ mini_portile2 (2.8.1)
minitest (5.17.0)
msgpack (1.3.3)
multipart-post (2.1.1)
- nokogiri (1.13.10)
+ nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.20.0)
@@ -103,7 +103,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (4.0.7)
- racc (1.6.1)
+ racc (1.6.2)
rack (2.2.4)
rack-test (2.0.2)
rack (>= 1.3)
@@ -194,6 +194,7 @@ DEPENDENCIES
google-protobuf (~> 3.21.12)
grpc (~> 1.42.0)
licensee (~> 9.15)
+ nokogiri (~> 1.14)
pry (~> 0.12.2)
rbtrace
redis (~> 4.8.0)