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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-10-20 11:44:52 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-10-20 11:44:52 +0300
commitef8362fdf1c0eca9c73fb0fa4dc5b45c5c7965d8 (patch)
treec1ac81f78047a52c8d31b7e8bee0a5cb3936e272
parente008f354e6306dafb9b562c21825bc10a271425f (diff)
parent2c721699a78a7c6c0edc29bc31d2e4db16c35731 (diff)
Merge branch 'renovate/ruby-dependencies' into 'master'
ruby: Update dependency google-protobuf to '~> 3.21.8' See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4958 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Stan Hu <stanhu@gmail.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index c0c965c71..a07b5b2ad 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -19,7 +19,7 @@ gem 'gitlab-labkit', '~> 0.25'
# This version needs to be in sync with GitLab CE/EE
gem 'licensee', '~> 9.15'
-gem 'google-protobuf', '~> 3.21.7'
+gem 'google-protobuf', '~> 3.21.8'
# 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 061614c79..ada35e24f 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -81,7 +81,7 @@ GEM
with_env (= 1.1.0)
xml-simple (~> 1.1.5)
gitlab-markup (1.7.1)
- google-protobuf (3.21.7)
+ google-protobuf (3.21.8)
googleapis-common-protos-types (1.4.0)
google-protobuf (~> 3.14)
grpc (1.42.0)
@@ -234,7 +234,7 @@ DEPENDENCIES
gitlab-labkit (~> 0.25)
gitlab-license_finder
gitlab-markup (~> 1.7.1)
- google-protobuf (~> 3.21.7)
+ google-protobuf (~> 3.21.8)
grpc (~> 1.42.0)
grpc-tools (~> 1.42.0)
licensee (~> 9.15)
@@ -250,4 +250,4 @@ DEPENDENCIES
timecop
BUNDLED WITH
- 2.3.15
+ 2.3.24