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:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-10-25 15:20:51 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-10-25 15:20:51 +0300
commit46d40fff4c4a2fc675e702c267f97a337082cafd (patch)
treec3e687371d2f825a932725f99d7790fe636d8daf /ruby
parentf94d4abfae5a3ee09caacd1b2dd28dca875eafa0 (diff)
ruby: Update dependency gitlab-labkit to '~> 0.26'
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)