Merge pull request #56 from github/pinVersions

fix rubocop version
This commit is contained in:
Lukas Gravley 2020-01-29 13:31:27 -06:00 committed by GitHub
commit 948b1b7729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ RUN npm -g --no-cache install \
####################
# Run GEM installs #
####################
RUN gem install rubocop rubocop-rails rubocop-github
RUN gem install rubocop -v 0.74 rubocop-rails rubocop-github
######################
# Install shellcheck #