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>2023-05-30 10:10:18 +0300
committerStan Hu <stanhu@gmail.com>2023-05-30 10:51:48 +0300
commitcd6ffe2edcd9bf52e507d2f67ad1ef1d241b9535 (patch)
treeed5988f0023b90dd6a5dcdb455b77d9f7996221e
parent58851fe18b0291ed7b11c8821c7ae548c2a96337 (diff)
Upgrade to grpc-tools v1.55.0
This matches the upgrade to the grpc v1.55.0 gem in GitLab Rails: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/121899
-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