From 7389e45dea3870d253fa8197b1f8eab25e214357 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Wed, 29 Jan 2020 13:56:22 -0600 Subject: [PATCH] set the version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 857c2be1..f76b941f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 #