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-12-08 12:19:33 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-12-08 12:19:33 +0300
commit0f911b0885720b7f1e34126007a776c149ba36ab (patch)
treee5fb1a99aed9dc06a0bd9b1b3b285b29414be6d9 /ruby
parent9e4865ed67b5b80fe2f9010ef4d6db3419205207 (diff)
ruby: Update dependency google-protobuf to '~> 3.21.11'
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 b2fbd3f1d..a1d3e5f6f 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -18,7 +18,7 @@ gem 'gitlab-labkit', '~> 0.29'
# This version needs to be in sync with GitLab CE/EE
gem 'licensee', '~> 9.15'
-gem 'google-protobuf', '~> 3.21.10'
+gem 'google-protobuf', '~> 3.21.11'
# 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 010711a4a..a732b9b50 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -62,7 +62,7 @@ GEM
with_env (= 1.1.0)
xml-simple (~> 1.1.5)
gitlab-markup (1.7.1)
- google-protobuf (3.21.10)
+ google-protobuf (3.21.11)
googleapis-common-protos-types (1.4.0)
google-protobuf (~> 3.14)
grpc (1.42.0)
@@ -200,7 +200,7 @@ DEPENDENCIES
gitlab-labkit (~> 0.29)
gitlab-license_finder
gitlab-markup (~> 1.7.1)
- google-protobuf (~> 3.21.10)
+ google-protobuf (~> 3.21.11)
grpc (~> 1.42.0)
licensee (~> 9.15)
pry (~> 0.12.2)