Merge pull request #57 from github/setVersions

set the version
This commit is contained in:
Lukas Gravley 2020-01-29 13:57:01 -06:00 committed by GitHub
commit e483da453a
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 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 # # Install shellcheck #