summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Sherif <me@ahmadsherif.com>2017-10-02 20:57:35 +0200
committerAhmad Sherif <me@ahmadsherif.com>2017-10-02 22:02:01 +0200
commit4706554629557880b24e2dc09b5a6dfcc93a5bd5 (patch)
tree30ead4f52c11185ca90706cb08cc43c841e79830
parent4d5ea927d6e3a91c1b89f8978dbd5fb67e723452 (diff)
downloadgitlab-ce-feature/bump-gitaly-proto-version.tar.gz
Bump gitaly-proto version to v0.39.0feature/bump-gitaly-proto-version
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock2
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 9a760134679..55de8d02922 100644
--- a/Gemfile
+++ b/Gemfile
@@ -398,7 +398,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.38.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.39.0', require: 'gitaly'
gem 'toml-rb', '~> 0.3.15', require: false
diff --git a/Gemfile.lock b/Gemfile.lock
index 03ffb880fc9..aa0c5148b1a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -275,7 +275,7 @@ GEM
po_to_json (>= 1.0.0)
rails (>= 3.2.0)
gherkin-ruby (0.3.2)
- gitaly-proto (0.38.0)
+ gitaly-proto (0.39.0)
google-protobuf (~> 3.1)
grpc (~> 1.0)
github-linguist (4.7.6)