Skip to content

Commit

Permalink
Updated HTML Proofer to 3.18.8 (#723)
Browse files Browse the repository at this point in the history
Keeping up with the latest changes.
  • Loading branch information
freemanjp authored Apr 11, 2021
1 parent 7bcb183 commit e4dd248
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ gem 'minimal-mistakes-jekyll', '4.22.0'
# If you have any plugins, put them here!
group :jekyll_plugins do
# gem "jekyll-archives"
gem 'html-proofer', '3.13.0'
gem 'html-proofer', '3.18.8'
end
8 changes: 5 additions & 3 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ GEM
html-pipeline (2.14.0)
activesupport (>= 2)
nokogiri (>= 1.4)
html-proofer (3.13.0)
html-proofer (3.18.8)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogiri (~> 1.10)
nokogumbo (~> 2.0)
parallel (~> 1.3)
rainbow (~> 3.0)
typhoeus (~> 1.3)
Expand Down Expand Up @@ -230,6 +230,8 @@ GEM
multipart-post (2.1.1)
nokogiri (1.11.3-x86_64-linux)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
octokit (4.20.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
Expand Down Expand Up @@ -278,7 +280,7 @@ PLATFORMS

DEPENDENCIES
github-pages (= 214)
html-proofer (= 3.13.0)
html-proofer (= 3.18.8)
minimal-mistakes-jekyll (= 4.22.0)

BUNDLED WITH
Expand Down

0 comments on commit e4dd248

Please sign in to comment.