Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Update html-proofer
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jun 4, 2016
1 parent cd6e19b commit dd65ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'jekyll', '2.0.3'
gem 'kramdown', '1.3.3'

group :test do
gem 'html-proofer', '0.7.2'
gem 'html-proofer', '~> 3.0'
end
gem 'rspec'
gem 'faker'
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#
bundle exec jekyll build --drafts
grunt test
bundle exec htmlproof ./_site
bundle exec htmlproofer ./_site

0 comments on commit dd65ea0

Please sign in to comment.