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:
Diffstat (limited to 'ruby/Gemfile')
-rw-r--r--ruby/Gemfile2
1 files changed, 1 insertions, 1 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