Skip to content

Commit 547ecf5

Browse files
authored
Merge pull request #1783 from progit/dependabot/bundler/html-proofer-4.3.2
Update html-proofer requirement from 3.19.4 to 4.3.2
2 parents a76dfab + 8de1de7 commit 547ecf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ gem 'coderay', '1.1.3'
1313
gem 'pygments.rb', '2.3.0'
1414
gem 'thread_safe', '0.3.6'
1515
gem 'epubcheck-ruby', '4.2.6.0'
16-
gem 'html-proofer', '3.19.4'
16+
gem 'html-proofer', '4.3.2'
1717
gem 'kindlegen', '3.1.1'

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ namespace :book do
9898
task :check => [:build_html, :build_epub] do
9999
puts 'Checking generated books'
100100

101-
sh "htmlproofer --check-html progit.html"
101+
sh "htmlproofer progit.html"
102102
sh "epubcheck progit.epub"
103103
end
104104

0 commit comments

Comments
 (0)