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>2019-07-20 02:23:30 +0300
committerStan Hu <stanhu@gmail.com>2019-07-20 02:29:13 +0300
commit6794dd5d41e81ded466de6cb895bd8b9a791336e (patch)
tree69ac2e239e2db3777a2ba83a142d61cbdf9aa10f
parentb566483bda61ae48c58efc40606036276edc3df6 (diff)
Upgrade Ruby gitaly-proto to 1.37.0
This matches the version used in CE and saves a little disk space in the Omnibus build.
-rw-r--r--changelogs/unreleased/sh-bump-gitaly-proto-1-37-0.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-1-37-0.yml b/changelogs/unreleased/sh-bump-gitaly-proto-1-37-0.yml
new file mode 100644
index 000000000..5bcfc4bd3
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-gitaly-proto-1-37-0.yml
@@ -0,0 +1,5 @@
+---
+title: Upgrade Ruby gitaly-proto to 1.37.0
+merge_request: 1374
+author:
+type: other
diff --git a/ruby/Gemfile b/ruby/Gemfile
index abe5b03df..d1d31c4e4 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -7,7 +7,7 @@ gem 'rugged', '~> 0.28'
gem 'github-linguist', '~> 6.1', require: 'linguist'
gem 'gitlab-markup', '~> 1.7.0'
gem 'activesupport', '~> 5.2.3'
-gem 'gitaly-proto', '~> 1.36.0'
+gem 'gitaly-proto', '~> 1.37.0'
gem 'rdoc', '~> 4.2'
gem 'gitlab-gollum-lib', '~> 4.2.7.7', require: false
gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.2', require: false
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 23bce3cb8..dd188494c 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -49,7 +49,7 @@ GEM
ffi (1.10.0)
gemojione (3.3.0)
json
- gitaly-proto (1.36.0)
+ gitaly-proto (1.37.0)
grpc (~> 1.0)
github-linguist (6.4.1)
charlock_holmes (~> 0.7.6)
@@ -217,7 +217,7 @@ DEPENDENCIES
bundler (>= 1.17.3)
factory_bot
faraday (~> 0.12)
- gitaly-proto (~> 1.36.0)
+ gitaly-proto (~> 1.37.0)
github-linguist (~> 6.1)
gitlab-gollum-lib (~> 4.2.7.7)
gitlab-gollum-rugged_adapter (~> 0.4.4.2)