From 84201c4f55653b2d586b16771c65cb303fc75866 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Thu, 3 Jan 2019 14:12:27 +1300 Subject: [PATCH] Pin to ruby 2.5.3 on linting --- script/install_linters.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/install_linters.sh b/script/install_linters.sh index 159aaa05e..5df79654e 100755 --- a/script/install_linters.sh +++ b/script/install_linters.sh @@ -2,6 +2,8 @@ if [ "${STATIC_CHECKS}" = "true" ]; then set -euv + + rvm use 2.5.3; #overcommit doesn't support 2.6.0 npm install; gem install --update overcommit haml-lint bundler-audit;