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-19 04:19:39 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-10-19 04:19:39 +0300
commit2c721699a78a7c6c0edc29bc31d2e4db16c35731 (patch)
tree147a3b238213cde51c316711c4af4b59df18e0c0 /ruby
parent334a620a54df6bbb1563c440514e06d7068255e7 (diff)
ruby: Update dependency google-protobuf to '~> 3.21.8'
Diffstat (limited to 'ruby')
-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