HBASE-24229 [Build] Pin rubocop version <= 0.81

Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
Reid Chan 2020-04-22 13:00:06 +08:00
parent af1fa22e4d
commit 7cf97016b9
1 changed files with 1 additions and 1 deletions

View File

@ -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