#!/bin/bash
set -euv

gem install --update overcommit rubocop haml-lint bundler-audit
npm install
pip install yamllint --user

overcommit --install
overcommit --sign
overcommit --sign pre-commit

bundle-audit update
