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:
authorStan Hu <stanhu@gmail.com>2022-12-15 21:18:21 +0300
committerStan Hu <stanhu@gmail.com>2022-12-15 21:18:21 +0300
commitd34f576112de436f79854197770acbcc8f69d61d (patch)
tree8198c5f7753b1f3573a81f0774e04afc72dabb5c /ruby
parentf2b896476395d3071f59b72cbc7d4d5a6d947194 (diff)
parent06d98707195bb5d608cae1dc2369576defcfa108 (diff)
Merge branch 'renovate/ruby-dependencies' into 'master'
ruby: Update dependency google-protobuf to '~> 3.21.12' See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5190 Merged-by: Stan Hu <stanhu@gmail.com> Approved-by: Stan Hu <stanhu@gmail.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
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 a1d3e5f6f..9c561119f 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.11'
+gem 'google-protobuf', '~> 3.21.12'
# 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 a732b9b50..da95241d3 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.11)
+ google-protobuf (3.21.12)
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.11)
+ google-protobuf (~> 3.21.12)
grpc (~> 1.42.0)
licensee (~> 9.15)
pry (~> 0.12.2)