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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-10-27 10:18:00 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-10-27 10:18:00 +0300
commit5301de8e03c8c76122ceffff3f74f31ef168575a (patch)
treea6bb855a2d60a58019cbc3335e0355418d756bd3 /ruby
parent53ed8f3aec468482c63b0e9f341bfd35955b2bbd (diff)
parent46d40fff4c4a2fc675e702c267f97a337082cafd (diff)
Merge branch 'renovate/ruby-dependencies' into 'master'
ruby: Update dependency gitlab-labkit to '~> 0.26' See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4981 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Stan Hu <stanhu@gmail.com> Approved-by: Patrick Steinhardt <psteinhardt@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Diffstat (limited to 'ruby')
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index a07b5b2ad..eb684fa50 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -13,7 +13,7 @@ gem 'faraday', '~> 1.0'
gem 'rbtrace', require: false
# Labkit provides observability functionality
-gem 'gitlab-labkit', '~> 0.25'
+gem 'gitlab-labkit', '~> 0.26'
# Detects the open source license the repository includes
# This version needs to be in sync with GitLab CE/EE
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index ada35e24f..69910141d 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -65,7 +65,7 @@ GEM
gitlab-gollum-rugged_adapter (0.4.4.4.gitlab.1)
mime-types (>= 1.15)
rugged (~> 1.0)
- gitlab-labkit (0.25.0)
+ gitlab-labkit (0.26.0)
actionpack (>= 5.0.0, < 8.0.0)
activesupport (>= 5.0.0, < 8.0.0)
grpc (>= 1.37)
@@ -231,7 +231,7 @@ DEPENDENCIES
github-linguist (~> 7.20.0)
gitlab-gollum-lib (~> 4.2.7.10.gitlab.2)
gitlab-gollum-rugged_adapter (~> 0.4.4.4.gitlab.1)
- gitlab-labkit (~> 0.25)
+ gitlab-labkit (~> 0.26)
gitlab-license_finder
gitlab-markup (~> 1.7.1)
google-protobuf (~> 3.21.8)