Merge pull request #55 from github/AddGitHubRuby

adding gem
This commit is contained in:
Lukas Gravley 2020-01-29 13:21:28 -06:00 committed by GitHub
commit a1797246c1
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
RUN gem install rubocop rubocop-rails rubocop-github
######################
# Install shellcheck #