Skip to content

Commit 143676e

Browse files
committed
Gemfile: html-proofer 3.7.3
1 parent b1e87ee commit 143676e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ group :jekyll_plugins do
1313
gem 'jekyll-sitemap', '=0.11.0', :platforms => [:ruby, :x64_mingw, :mswin]
1414
# gem 'jekyll-multiple-languages'
1515

16-
gem 'html-proofer'
16+
gem 'html-proofer', '=3.7.3'
1717
end

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEM
99
tzinfo (~> 1.1)
1010
addressable (2.4.0)
1111
colorator (1.1.0)
12-
colored (1.2)
12+
colorize (0.8.1)
1313
ethon (0.10.1)
1414
ffi (>= 1.3.0)
1515
ffi (1.9.17)
@@ -18,12 +18,12 @@ GEM
1818
html-pipeline (2.5.0)
1919
activesupport (>= 2)
2020
nokogiri (>= 1.4)
21-
html-proofer (3.4.0)
21+
html-proofer (3.7.3)
2222
activesupport (>= 4.2, < 6.0)
2323
addressable (~> 2.3)
24-
colored (~> 1.2)
24+
colorize (~> 0.8)
2525
mercenary (~> 0.3.2)
26-
nokogiri (~> 1.5)
26+
nokogiri (~> 1.7)
2727
parallel (~> 1.3)
2828
typhoeus (~> 0.7)
2929
yell (~> 2.0)
@@ -69,7 +69,7 @@ GEM
6969
minitest (5.10.1)
7070
nokogiri (1.7.0.1)
7171
mini_portile2 (~> 2.1.0)
72-
parallel (1.10.0)
72+
parallel (1.12.0)
7373
pathutil (0.14.0)
7474
forwardable-extended (~> 2.6)
7575
posix-spawn (0.3.13)
@@ -90,7 +90,7 @@ PLATFORMS
9090
ruby
9191

9292
DEPENDENCIES
93-
html-proofer
93+
html-proofer (= 3.7.3)
9494
jekyll (= 3.2.1)
9595
jekyll-last-modified-at (>= 1.0.0)
9696
jekyll-mentions (= 1.1.3)

0 commit comments

Comments
 (0)