[Build] Pin rubocop version <= 0.81 (#1561)

This commit is contained in:
Reid Chan 2020-04-22 12:57:18 +08:00 committed by GitHub
parent 74faa263bd
commit c40b4781e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ RUN ruby-switch --set ruby2.3
# Install rubocop # Install rubocop
### ###
RUN gem install rake RUN gem install rake
RUN gem install rubocop RUN gem install rubocop:'<= 0.81'
#### ####
# Install ruby-lint # Install ruby-lint