Gemfile: Update Gitaly Gem to v14.8.0-rc1
We're about to make use of a new error type introduced for the UserMergeBranch RPC, which requires us to upgrade to v14.8.0-rc1 of the Gitaly Gem. Update our Gemfile to prepare for this.
Showing
... | @@ -473,7 +473,7 @@ gem 'ssh_data', '~> 1.2' | ... | @@ -473,7 +473,7 @@ gem 'ssh_data', '~> 1.2' |
gem 'spamcheck', '~> 0.1.0' | gem 'spamcheck', '~> 0.1.0' | ||
# Gitaly GRPC protocol definitions | # Gitaly GRPC protocol definitions | ||
gem 'gitaly', '~> 14.6.0.pre.rc1' | gem 'gitaly', '~> 14.8.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