Gemfile: Update HTMLProofer to latest version

This commit is contained in:
Will Binns 2017-05-09 01:24:14 -06:00
parent de1783da9d
commit 5e166f5da5
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404

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', '2.1.0'
gem 'html-proofer', '3.6.0'
end