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:
authorWill Chandler <wchandler@gitlab.com>2023-01-26 22:26:12 +0300
committerWill Chandler <wchandler@gitlab.com>2023-01-26 22:26:12 +0300
commitdea4906cfe5d097c76eed401c905e1652fc11c8f (patch)
tree0d99100bfcc3afbdc75e4fedb46fee72695990d4
parent4a014f5227b3defe785d9cec776abe2b1a944826 (diff)
ruby: Note where grpc-tools is used
Our Gemfile has a comment that the `grpc` and `grpc-tools` gems must be kept in sync. However, `grpc-tools` has been moved over to the Gemfile in `tools/protogem`. Update the comment to note where `grpc-tools` can be found.
-rw-r--r--ruby/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index 17ed46af2..a00313725 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rugged', '~> 1.2'
gem 'gitlab-markup', '~> 1.7.1'
gem 'activesupport', '~> 6.1.6.1'
-gem 'grpc', '~> 1.42.0' # keep in lock-step with grpc-tools
+gem 'grpc', '~> 1.42.0' # keep in lock-step with grpc-tools in ../tools/protogem
gem 'sentry-raven', '~> 3.0', require: false
gem 'rbtrace', require: false