File tree Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 41
41
# Performance-booster for watching directories on Windows
42
42
gem "wdm" , "~> 0.2.0" , :install_if => Gem . win_platform?
43
43
44
- gem "html-proofer" , "~> 5.0.9 "
44
+ gem "html-proofer" , "~> 5.0.10 "
45
45
gem "rake" , "~> 13.2"
Original file line number Diff line number Diff line change 6
6
public_suffix (>= 2.0.2 , < 7.0 )
7
7
afm (0.2.2 )
8
8
ast (2.4.2 )
9
- async (2.21.1 )
9
+ async (2.23.0 )
10
10
console (~> 1.29 )
11
11
fiber-annotation
12
- io-event (~> 1.6 , >= 1.6.5 )
12
+ io-event (~> 1.9 )
13
+ metrics (~> 0.12 )
14
+ traces (~> 0.15 )
13
15
base64 (0.2.0 )
14
16
bigdecimal (3.1.9 )
15
17
code-scanning-rubocop (0.6.1 )
16
18
rubocop (~> 1.0 )
17
19
coderay (1.1.3 )
18
20
colorator (1.1.0 )
19
21
concurrent-ruby (1.3.4 )
20
- console (1.29.2 )
22
+ console (1.29.3 )
21
23
fiber-annotation
22
24
fiber-local (~> 1.1 )
23
25
json
28
30
ethon (0.16.0 )
29
31
ffi (>= 1.15.0 )
30
32
eventmachine (1.2.7 )
31
- ffi (1.17.0 )
33
+ ffi (1.17.1-arm64-darwin )
34
+ ffi (1.17.1-x86_64-linux-gnu )
32
35
fiber-annotation (0.2.0 )
33
36
fiber-local (1.1.0 )
34
37
fiber-storage
38
41
bigdecimal
39
42
rake (>= 13 )
40
43
hashery (2.1.2 )
41
- html-proofer (5.0.9 )
44
+ html-proofer (5.0.10 )
42
45
addressable (~> 2.3 )
43
46
async (~> 2.1 )
44
47
nokogiri (~> 1.13 )
50
53
http_parser.rb (0.8.0 )
51
54
i18n (1.14.6 )
52
55
concurrent-ruby (~> 1.0 )
53
- io-event (1.7.5 )
56
+ io-event (1.9.0 )
54
57
jekyll (4.3.4 )
55
58
addressable (~> 2.4 )
56
59
colorator (~> 1.0 )
80
83
jekyll (>= 3.7 , < 5.0 )
81
84
jekyll-watch (2.2.1 )
82
85
listen (~> 3.0 )
83
- json (2.9 .1 )
86
+ json (2.10 .1 )
84
87
kramdown (2.5.1 )
85
88
rexml (>= 3.3.9 )
86
89
kramdown-parser-gfm (1.1.0 )
92
95
rb-inotify (~> 0.9 , >= 0.9.10 )
93
96
mercenary (0.4.0 )
94
97
method_source (1.1.0 )
98
+ metrics (0.12.1 )
95
99
nokogiri (1.18.3-arm64-darwin )
96
100
racc (~> 1.4 )
97
101
nokogiri (1.18.3-x86_64-linux-gnu )
102
106
racc
103
107
pathutil (0.16.2 )
104
108
forwardable-extended (~> 2.6 )
105
- pdf-reader (2.13.0 )
109
+ pdf-reader (2.14.1 )
106
110
Ascii85 (>= 1.0 , < 3.0 , != 2.0.0 )
107
111
afm (~> 0.2.1 )
108
112
hashery (~> 2.0 )
151
155
google-protobuf (~> 4.28 )
152
156
terminal-table (3.0.2 )
153
157
unicode-display_width (>= 1.1.1 , < 3 )
158
+ traces (0.15.2 )
154
159
ttfunk (1.8.0 )
155
160
bigdecimal (~> 3.1 )
156
161
typhoeus (1.4.1 )
163
168
wdm (0.2.0 )
164
169
webrick (1.9.1 )
165
170
yell (2.2.2 )
166
- zeitwerk (2.7.1 )
171
+ zeitwerk (2.7.2 )
167
172
168
173
PLATFORMS
169
174
arm64-darwin-24
@@ -173,7 +178,7 @@ DEPENDENCIES
173
178
base64
174
179
code-scanning-rubocop (~> 0.3 )
175
180
csv (~> 3.3 )
176
- html-proofer (~> 5.0.9 )
181
+ html-proofer (~> 5.0.10 )
177
182
jekyll (~> 4.3 )
178
183
jekyll-archives
179
184
jekyll-feed (~> 0.12 )
You can’t perform that action at this time.
0 commit comments