Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump html-proofer from 4.4.1 to 5.0.4 #1009

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
39 changes: 29 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.0)
activesupport (6.0.5.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
Expand All @@ -48,6 +49,11 @@ GEM
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
afm (0.2.2)
async (2.3.1)
console (~> 1.10)
io-event (~> 1.1)
timers (~> 4.1)
autoprefixer-rails (10.2.5.0)
execjs (< 2.8.0)
bourbon (6.0.0)
Expand All @@ -58,26 +64,30 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.10)
console (1.16.2)
fiber-local
contracts (0.16.1)
dotenv (2.8.1)
erubis (2.7.0)
ethon (0.15.0)
ethon (0.16.0)
ffi (>= 1.15.0)
execjs (2.7.0)
fastimage (2.2.6)
ffi (1.15.5)
fiber-local (1.0.0)
generator (0.0.1)
haml (5.2.2)
temple (>= 0.8.0)
tilt
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashery (2.1.2)
hashie (4.1.0)
html-proofer (4.4.1)
html-proofer (5.0.4)
addressable (~> 2.3)
mercenary (~> 0.3)
async (~> 2.1)
nokogiri (~> 1.13)
parallel (~> 1.10)
pdf-reader (~> 2.11)
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
Expand All @@ -87,14 +97,14 @@ GEM
multi_xml (>= 0.5.2)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
io-event (1.1.6)
kramdown (2.3.1)
rexml
lazy_priority_queue (0.1.1)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memoist (0.16.2)
mercenary (0.4.0)
middleman-autoprefixer (3.0.0)
autoprefixer-rails (~> 10.0)
middleman-core (>= 4.0.0)
Expand All @@ -104,13 +114,13 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0901)
mini_portile2 (2.8.0)
mini_portile2 (2.8.1)
minitest (5.16.2)
multi_xml (0.6.0)
neat (1.9.1)
sass (>= 3.3)
thor (~> 0.19)
nokogiri (1.13.9)
nokogiri (1.14.0)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oj (3.13.20)
Expand All @@ -121,8 +131,14 @@ GEM
padrino-support (0.14.4)
parallel (1.22.1)
parslet (2.0.0)
public_suffix (5.0.0)
racc (1.6.0)
pdf-reader (2.11.0)
Ascii85 (~> 1.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (5.0.1)
racc (1.6.2)
rack (2.2.4)
rainbow (3.1.1)
rb-fsevent (0.11.1)
Expand All @@ -135,6 +151,7 @@ GEM
rexml (~> 3.2, >= 3.2.4)
stream (~> 0.5.3)
rouge (3.30.0)
ruby-rc4 (0.1.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand All @@ -149,8 +166,10 @@ GEM
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.11)
timers (4.3.5)
toml (0.3.0)
parslet (>= 1.8.0, < 3.0.0)
ttfunk (1.7.0)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.10)
Expand All @@ -159,7 +178,7 @@ GEM
execjs (>= 0.3.0, < 3)
webrick (1.7.0)
yell (2.2.2)
zeitwerk (2.6.0)
zeitwerk (2.6.6)

PLATFORMS
ruby
Expand Down