Commit d9f880c7 authored by Patrick Steinhardt's avatar Patrick Steinhardt

Gemfile: Bump gitaly version to v13.11.0.pre.rc1

Gitaly has recently introduced two new RPCs `ListLFSPointers` and
`ListAllLFSPointers` which are slated to replace the current RPCs
`GetLFSPointers`, `GetNewLFSPointers` and `GetAllLFSPointers`.

As a preparatory step to make use of the replacements, this commit
updates the Gitaly Gem to v13.11.0.pre.rc1.
parent b7f6c9e7
...@@ -475,7 +475,7 @@ group :ed25519 do ...@@ -475,7 +475,7 @@ group :ed25519 do
end end
# Gitaly GRPC protocol definitions # Gitaly GRPC protocol definitions
gem 'gitaly', '~> 13.9.0.pre.rc1' gem 'gitaly', '~> 13.11.0.pre.rc1'
gem 'grpc', '~> 1.30.2' gem 'grpc', '~> 1.30.2'
......
...@@ -433,7 +433,7 @@ GEM ...@@ -433,7 +433,7 @@ GEM
rails (>= 3.2.0) rails (>= 3.2.0)
git (1.7.0) git (1.7.0)
rchardet (~> 1.8) rchardet (~> 1.8)
gitaly (13.9.0.pre.rc1) gitaly (13.11.0.pre.rc1)
grpc (~> 1.0) grpc (~> 1.0)
github-markup (1.7.0) github-markup (1.7.0)
gitlab (4.16.1) gitlab (4.16.1)
...@@ -1420,7 +1420,7 @@ DEPENDENCIES ...@@ -1420,7 +1420,7 @@ DEPENDENCIES
gettext (~> 3.3) gettext (~> 3.3)
gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails (~> 1.8.0)
gettext_i18n_rails_js (~> 1.3) gettext_i18n_rails_js (~> 1.3)
gitaly (~> 13.9.0.pre.rc1) gitaly (~> 13.11.0.pre.rc1)
github-markup (~> 1.7.0) github-markup (~> 1.7.0)
gitlab-chronic (~> 0.10.5) gitlab-chronic (~> 0.10.5)
gitlab-dangerfiles (~> 1.1.1) gitlab-dangerfiles (~> 1.1.1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment