Pronto-haml and no linting in travis

This commit is contained in:
Michael Ball 2021-02-24 03:06:28 -08:00
parent bdc4c45427
commit abe89ff130
4 changed files with 9 additions and 4 deletions

View file

@ -278,6 +278,7 @@ group :development, :test do
gem 'pry'
gem 'pronto'
gem 'pronto-rubocop', require: false
gem 'pronto-haml', require: false
gem 'pronto-flay', require: false
gem 'pronto-rubocop', require: false
end