Pin to ruby 2.5.3 on linting

This commit is contained in:
Brenda Wallace
2019-01-03 14:12:27 +13:00
parent 8229c7196c
commit 84201c4f55

View File

@@ -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;