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:
authorToon Claes <toon@gitlab.com>2023-05-30 19:23:44 +0300
committerToon Claes <toon@gitlab.com>2023-05-30 19:23:44 +0300
commit42c93313900baabb0621ef2fb95feae8050ca418 (patch)
tree2882ca1243902502452d2cb229a4fce853f17df4
parent933db61fb6cd67139730d83ff2170624986d30e5 (diff)
parentcd6ffe2edcd9bf52e507d2f67ad1ef1d241b9535 (diff)
Merge branch 'sh-upgrade-grpc-tools-1.55.0' into 'master'
Upgrade to grpc-tools v1.55.0 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5852 Merged-by: Toon Claes <toon@gitlab.com> Approved-by: Toon Claes <toon@gitlab.com> Co-authored-by: Stan Hu <stanhu@gmail.com>
-rw-r--r--tools/protogem/Gemfile2
-rw-r--r--tools/protogem/Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/protogem/Gemfile b/tools/protogem/Gemfile
index 9cafb7578..54b46fa53 100644
--- a/tools/protogem/Gemfile
+++ b/tools/protogem/Gemfile
@@ -1,3 +1,3 @@
source 'https://rubygems.org'
-gem 'grpc-tools', '~> 1.42.0'
+gem 'grpc-tools', '~> 1.55.0'
diff --git a/tools/protogem/Gemfile.lock b/tools/protogem/Gemfile.lock
index 57b2bf6f9..887c0138b 100644
--- a/tools/protogem/Gemfile.lock
+++ b/tools/protogem/Gemfile.lock
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
- grpc-tools (1.42.0)
+ grpc-tools (1.55.0)
PLATFORMS
ruby
DEPENDENCIES
- grpc-tools (~> 1.42.0)
+ grpc-tools (~> 1.55.0)
BUNDLED WITH
2.3.24