Gemfile: Upgrade Gitaly Gem to 14.1.0.pre.rc2
In order to make use of the new `list_blobs()` RPC, we need a newer definition of the Gitaly protobuf Gem. Update it as a preparatory step.
Showing
... | @@ -480,7 +480,7 @@ end | ... | @@ -480,7 +480,7 @@ end |
gem 'spamcheck', '~> 0.1.0' | gem 'spamcheck', '~> 0.1.0' | ||
# Gitaly GRPC protocol definitions | # Gitaly GRPC protocol definitions | ||
gem 'gitaly', '~> 14.0.0.pre.rc2' | gem 'gitaly', '~> 14.1.0.pre.rc1' | ||
# KAS GRPC protocol definitions | # KAS GRPC protocol definitions | ||
gem 'kas-grpc', '~> 0.0.2' | gem 'kas-grpc', '~> 0.0.2' | ||
... | ... |
Please register or sign in to comment