set the version

This commit is contained in:
Lucas Gravley 2020-01-29 13:56:22 -06:00
parent c6f05a39c4
commit 7389e45dea

View file

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