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:
authorStan Hu <stanhu@gmail.com>2018-08-14 16:23:30 +0300
committerStan Hu <stanhu@gmail.com>2018-08-14 16:25:19 +0300
commitec959c4b1e4d6d4377f18ea7f38e883f382a0cec (patch)
treef8f36f8a4b284a402a262a3832bac470fdcc3a1d
parent36d9819d06b7151ef67d50daa7ea78f1b8166b95 (diff)
Bump gitaly-proto to 0.112.0
This matches the version currently used in CE.
-rw-r--r--changelogs/unreleased/sh-bump-gitaly-proto-ruby.yml5
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock4
3 files changed, 8 insertions, 3 deletions
diff --git a/changelogs/unreleased/sh-bump-gitaly-proto-ruby.yml b/changelogs/unreleased/sh-bump-gitaly-proto-ruby.yml
new file mode 100644
index 000000000..f402303a4
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-gitaly-proto-ruby.yml
@@ -0,0 +1,5 @@
+---
+title: Bump gitaly-proto to 0.112.0
+merge_request: 857
+author:
+type: other
diff --git a/ruby/Gemfile b/ruby/Gemfile
index ad3a4c171..454bade3c 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rugged', '~> 0.27.4'
gem 'github-linguist', '~> 6.1', require: 'linguist'
gem 'gitlab-markup', '~> 1.6.4'
-gem 'gitaly-proto', '~> 0.107.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.112.0', require: 'gitaly'
gem 'activesupport', '~> 5.0.2'
gem 'rdoc', '~> 4.2'
gem 'gitlab-gollum-lib', '~> 4.2', require: false
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 7ee0c4548..540a4cee6 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -18,7 +18,7 @@ GEM
multipart-post (>= 1.2, < 3)
gemojione (3.3.0)
json
- gitaly-proto (0.107.0)
+ gitaly-proto (0.112.0)
google-protobuf (~> 3.1)
grpc (~> 1.10)
github-linguist (6.2.0)
@@ -147,7 +147,7 @@ PLATFORMS
DEPENDENCIES
activesupport (~> 5.0.2)
faraday (~> 0.12)
- gitaly-proto (~> 0.107.0)
+ gitaly-proto (~> 0.112.0)
github-linguist (~> 6.1)
gitlab-gollum-lib (~> 4.2)
gitlab-gollum-rugged_adapter (~> 0.4.4)