Gemfiles: Revert HTMLProofer upgrade

This commit is contained in:
Will Binns 2017-05-09 01:45:24 -06:00
parent 4926434a48
commit 3543af2a3b
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404
2 changed files with 10 additions and 29 deletions

View file

@ -29,5 +29,5 @@ end
## you can put whatever you want here and bundler will tell us humans to
## install the new Gems.
group :slow_test do
gem 'html-proofer', '3.6.0'
gem 'html-proofer', '2.1.0'
end