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-04-05 07:28:27 +0300
committerStan Hu <stanhu@gmail.com>2019-04-05 07:28:27 +0300
commit45ebfed0befba5a5d1229c871302d12c9ec65e07 (patch)
treeb0e899bfc8bc31e8a8e2568161e4c229882f62be
parentfb3b8ed6e8288e42b4c396480739cb8a515592fb (diff)
Bump Ruby gitaly-proto to v1.19.0
This matches the CE update in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26532 and reduces Gem duplication in Omnibus GitLab.
-rw-r--r--changelogs/unreleased/sh-bump-gitaly-proto-1-19-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-19-0.yml b/changelogs/unreleased/sh-bump-gitaly-proto-1-19-0.yml
new file mode 100644
index 000000000..9df231467
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-gitaly-proto-1-19-0.yml
@@ -0,0 +1,5 @@
+---
+title: Bump Ruby gitaly-proto to v1.19.0
+merge_request: 1186
+author:
+type: other
diff --git a/ruby/Gemfile b/ruby/Gemfile
index 4f89ac977..700d759b1 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -6,7 +6,7 @@ gem 'bundler', '>= 1.16.5'
gem 'rugged', '~> 0.28'
gem 'github-linguist', '~> 6.1', require: 'linguist'
gem 'gitlab-markup', '~> 1.7.0'
-gem 'gitaly-proto', '~> 1.17.0'
+gem 'gitaly-proto', '~> 1.19.0'
gem 'activesupport', '~> 5.0.2'
gem 'rdoc', '~> 4.2'
gem 'gitlab-gollum-lib', '~> 4.2.7.7', require: false
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 2e9e35837..67c88a7ff 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -36,7 +36,7 @@ GEM
ffi (1.10.0)
gemojione (3.3.0)
json
- gitaly-proto (1.17.0)
+ gitaly-proto (1.19.0)
grpc (~> 1.0)
github-linguist (6.4.1)
charlock_holmes (~> 0.7.6)
@@ -182,7 +182,7 @@ DEPENDENCIES
bundler (>= 1.16.5)
factory_bot
faraday (~> 0.12)
- gitaly-proto (~> 1.17.0)
+ gitaly-proto (~> 1.19.0)
github-linguist (~> 6.1)
gitlab-gollum-lib (~> 4.2.7.7)
gitlab-gollum-rugged_adapter (~> 0.4.4.2)