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:
authorStan Hu <stanhu@gmail.com>2022-07-27 10:23:19 +0300
committerStan Hu <stanhu@gmail.com>2022-07-27 10:23:19 +0300
commitc8cf249ff66ac6011ab25298119210e56745ff8c (patch)
tree87ed5ae6f73ac923455fedf7b194826ccdecc0f8
parent2150f1e92b4473bede670d2ac32d9b9f7e4d17a9 (diff)
Update google-protobuf Ruby gem to v3.21.3
This not only addresses CVE-2021-22569, but it also pulls in all the big endian fixes made towards supporting s390x (https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6435). This also mirrors the update in GitLab Rails: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/93122 Changelog: changed
-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 3ffb5fc00..855c28efc 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -19,7 +19,7 @@ gem 'gitlab-labkit', '~> 0.23'
# This version needs to be in sync with GitLab CE/EE
gem 'licensee', '~> 9.14.1'
-gem 'google-protobuf', '~> 3.19.0'
+gem 'google-protobuf', '~> 3.21.0'
group :development, :test do
gem 'rubocop', '~> 0.69', require: false
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 2d24d8eb1..12e5d578a 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.19.1)
+ google-protobuf (3.21.3)
googleapis-common-protos-types (1.3.0)
google-protobuf (~> 3.14)
grpc (1.42.0)
@@ -234,7 +234,7 @@ DEPENDENCIES
gitlab-labkit (~> 0.23)
gitlab-license_finder
gitlab-markup (~> 1.7.1)
- google-protobuf (~> 3.19.0)
+ google-protobuf (~> 3.21.0)
grpc (~> 1.42.0)
grpc-tools (~> 1.42.0)
licensee (~> 9.14.1)