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:
authorJacob Vosmaer <jacob@gitlab.com>2018-12-19 20:55:20 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-12-19 20:55:20 +0300
commitde2743291c1834aacc4f00e677adfb9fa79fba7c (patch)
tree2f91e17d5172210c0389757794294b184b7eee7b
parent3a4251f5172d856d6cad2bcd43d3db7720cd3632 (diff)
Add bundle install dependency
-rw-r--r--_support/makegen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_support/makegen.go b/_support/makegen.go
index 4333b523e..2ff2bb810 100644
--- a/_support/makegen.go
+++ b/_support/makegen.go
@@ -390,7 +390,7 @@ govendor-tagged: {{ .GoVendor }}
@cd {{ .SourceDir }} && _support/gitaly-proto-tagged
.PHONY: rubocop
-rubocop: ../.ruby-bundle
+rubocop: ../.ruby-bundle .ruby-bundle-gitlab-shell
cd {{ .SourceDir }}/ruby && bundle exec rubocop --parallel
cd {{ .SourceDir }}/ruby/gitlab-shell && bundle exec rubocop --parallel -c .rubocop.yml