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>2023-04-14 08:11:47 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-04-14 08:11:47 +0300
commit49a4dfb6f7ca9e3f74dcf0f4d5431a115f1c4d72 (patch)
treef65972cf032a73a5fcf043a8900701a4c6ad4dae
parentde663e599eb772aaf77d54881ceb8fdce063cd85 (diff)
parent5ae0ef744fcee45a8085f1b653eb82b00b5b918d (diff)
Merge branch 'renovate/ruby-dependencies' into 'master'
ruby: Update dependency google-protobuf to '~> 3.22.3' See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5645 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Patrick Steinhardt <psteinhardt@gitlab.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 e5591cd52..f247c4614 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -18,7 +18,7 @@ gem 'gitlab-labkit', '~> 0.31', '>= 0.31.1'
# This version needs to be in sync with GitLab CE/EE
gem 'licensee', '~> 9.15'
-gem 'google-protobuf', '~> 3.22.2'
+gem 'google-protobuf', '~> 3.22.3'
gem 'nokogiri', '~> 1.14'
# Rails is currently blocked on the upgrade to the new major version for Redis,
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 43665f1e2..bd66bc20a 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -56,7 +56,7 @@ GEM
with_env (= 1.1.0)
xml-simple (~> 1.1.5)
gitlab-markup (1.8.1)
- google-protobuf (3.22.2)
+ google-protobuf (3.22.3)
googleapis-common-protos-types (1.4.0)
google-protobuf (~> 3.14)
grpc (1.42.0)
@@ -190,7 +190,7 @@ DEPENDENCIES
gitlab-labkit (~> 0.31, >= 0.31.1)
gitlab-license_finder
gitlab-markup (~> 1.8.0)
- google-protobuf (~> 3.22.2)
+ google-protobuf (~> 3.22.3)
grpc (~> 1.42.0)
licensee (~> 9.15)
nokogiri (~> 1.14)
@@ -204,4 +204,4 @@ DEPENDENCIES
sentry-raven (~> 3.1)
BUNDLED WITH
- 2.4.8
+ 2.4.11