You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by re...@apache.org on 2020/04/22 05:03:04 UTC

[hbase] branch branch-1 updated: HBASE-24229 [Build] Pin rubocop version <= 0.81

This is an automated email from the ASF dual-hosted git repository.

reidchan pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1 by this push:
     new 7cf9701  HBASE-24229 [Build] Pin rubocop version <= 0.81
7cf9701 is described below

commit 7cf97016b98938efb169a83d88ee70f9a4820cc4
Author: Reid Chan <re...@apache.org>
AuthorDate: Wed Apr 22 13:00:06 2020 +0800

    HBASE-24229 [Build] Pin rubocop version <= 0.81
    
    Signed-off-by: Viraj Jasani <vj...@apache.org>
---
 dev-support/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index bd6c9ce..229f0ed 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -135,7 +135,7 @@ RUN ruby-switch --set ruby2.3
 # Install rubocop
 ###
 RUN gem install rake
-RUN gem install rubocop
+RUN gem install rubocop:'<= 0.81'
 
 ####
 # Install ruby-lint