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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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 #