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

This reverts commit c40b4781e4.
This commit is contained in:
Reid Chan 2020-04-22 12:57:58 +08:00 committed by GitHub
parent c40b4781e4
commit af1fa22e4d
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
###
RUN gem install rake
RUN gem install rubocop:'<= 0.81'
RUN gem install rubocop
####
# Install ruby-lint