File tree Expand file tree Collapse file tree 2 files changed +41
-7
lines changed Expand file tree Collapse file tree 2 files changed +41
-7
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ source "https://rubygems.org"
22
33ruby '>= 3.1' , '< 3.2'
44
5- gem "html-proofer" , "~> 3.19 "
5+ gem "html-proofer" , "~> 5.0 "
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4+ Ascii85 (2.0.1 )
45 addressable (2.8.7 )
56 public_suffix (>= 2.0.2 , < 7.0 )
7+ afm (0.2.2 )
8+ async (2.23.0 )
9+ console (~> 1.29 )
10+ fiber-annotation
11+ io-event (~> 1.9 )
12+ metrics (~> 0.12 )
13+ traces (~> 0.15 )
14+ bigdecimal (3.1.9 )
15+ console (1.29.3 )
16+ fiber-annotation
17+ fiber-local (~> 1.1 )
18+ json
619 ethon (0.16.0 )
720 ffi (>= 1.15.0 )
821 ffi (1.17.1 )
22+ ffi (1.17.1-aarch64-linux-gnu )
923 ffi (1.17.1-arm64-darwin )
1024 ffi (1.17.1-x86_64-darwin )
11- html-proofer (3.19.4 )
25+ fiber-annotation (0.2.0 )
26+ fiber-local (1.1.0 )
27+ fiber-storage
28+ fiber-storage (1.0.0 )
29+ hashery (2.1.2 )
30+ html-proofer (5.0.10 )
1231 addressable (~> 2.3 )
13- mercenary (~> 0.3 )
32+ async (~> 2.1 )
1433 nokogiri (~> 1.13 )
15- parallel (~> 1.10 )
34+ pdf-reader (~> 2.11 )
1635 rainbow (~> 3.0 )
1736 typhoeus (~> 1.3 )
1837 yell (~> 2.0 )
19- mercenary (0.4.0 )
38+ zeitwerk (~> 2.5 )
39+ io-event (1.9.0 )
40+ json (2.10.1 )
41+ metrics (0.12.1 )
2042 mini_portile2 (2.8.8 )
2143 nokogiri (1.18.3 )
2244 mini_portile2 (~> 2.8.2 )
2345 racc (~> 1.4 )
46+ nokogiri (1.18.3-aarch64-linux-gnu )
47+ racc (~> 1.4 )
2448 nokogiri (1.18.3-arm64-darwin )
2549 racc (~> 1.4 )
2650 nokogiri (1.18.3-x86_64-darwin )
2751 racc (~> 1.4 )
28- parallel (1.26.3 )
52+ pdf-reader (2.14.1 )
53+ Ascii85 (>= 1.0 , < 3.0 , != 2.0.0 )
54+ afm (~> 0.2.1 )
55+ hashery (~> 2.0 )
56+ ruby-rc4
57+ ttfunk
2958 public_suffix (6.0.1 )
3059 racc (1.8.1 )
3160 rainbow (3.1.1 )
61+ ruby-rc4 (0.1.5 )
62+ traces (0.15.2 )
63+ ttfunk (1.8.0 )
64+ bigdecimal (~> 3.1 )
3265 typhoeus (1.4.1 )
3366 ethon (>= 0.9.0 )
3467 yell (2.2.2 )
68+ zeitwerk (2.6.18 )
3569
3670PLATFORMS
3771 aarch64-linux
@@ -40,7 +74,7 @@ PLATFORMS
4074 x86_64-darwin
4175
4276DEPENDENCIES
43- html-proofer (~> 3.19 )
77+ html-proofer (~> 5.0 )
4478
4579RUBY VERSION
4680 ruby 3.1.2p20
You can’t perform that action at this time.
0 commit comments