Skip to content

Commit 50596fb

Browse files
committed
Update dependencies
1 parent 3c54bd1 commit 50596fb

File tree

1 file changed

+29
-21
lines changed

1 file changed

+29
-21
lines changed

Gemfile.lock

+29-21
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
Ascii85 (1.1.0)
4+
Ascii85 (1.1.1)
55
addressable (2.8.6)
66
public_suffix (>= 2.0.2, < 6.0)
77
afm (0.2.2)
8-
async (2.7.0)
9-
console (~> 1.10)
8+
async (2.11.0)
9+
console (~> 1.25, >= 1.25.2)
1010
fiber-annotation
11-
io-event (~> 1.1)
11+
io-event (~> 1.5, >= 1.5.1)
1212
timers (~> 4.1)
13+
bigdecimal (3.1.8)
1314
colorator (1.1.0)
14-
concurrent-ruby (1.2.2)
15-
console (1.23.3)
15+
concurrent-ruby (1.2.3)
16+
console (1.25.2)
1617
fiber-annotation
17-
fiber-local
18+
fiber-local (~> 1.1)
19+
json
1820
em-websocket (0.5.3)
1921
eventmachine (>= 0.12.9)
2022
http_parser.rb (~> 0)
@@ -23,10 +25,12 @@ GEM
2325
eventmachine (1.2.7)
2426
ffi (1.16.3)
2527
fiber-annotation (0.2.0)
26-
fiber-local (1.0.0)
28+
fiber-local (1.1.0)
29+
fiber-storage
30+
fiber-storage (0.1.1)
2731
forwardable-extended (2.6.0)
2832
hashery (2.1.2)
29-
html-proofer (5.0.8)
33+
html-proofer (5.0.9)
3034
addressable (~> 2.3)
3135
async (~> 2.1)
3236
nokogiri (~> 1.13)
@@ -36,9 +40,9 @@ GEM
3640
yell (~> 2.0)
3741
zeitwerk (~> 2.5)
3842
http_parser.rb (0.8.0)
39-
i18n (1.14.1)
43+
i18n (1.14.5)
4044
concurrent-ruby (~> 1.0)
41-
io-event (1.4.0)
45+
io-event (1.5.1)
4246
jekyll (4.2.2)
4347
addressable (~> 2.4)
4448
colorator (~> 1.0)
@@ -63,17 +67,18 @@ GEM
6367
jekyll (>= 3.7, < 5.0)
6468
jekyll-watch (2.2.1)
6569
listen (~> 3.0)
70+
json (2.7.2)
6671
kramdown (2.4.0)
6772
rexml
6873
kramdown-parser-gfm (1.1.0)
6974
kramdown (~> 2.0)
7075
liquid (4.0.4)
71-
listen (3.8.0)
76+
listen (3.9.0)
7277
rb-fsevent (~> 0.10, >= 0.10.3)
7378
rb-inotify (~> 0.9, >= 0.9.10)
7479
mercenary (0.4.0)
75-
mini_portile2 (2.8.5)
76-
nokogiri (1.16.0)
80+
mini_portile2 (2.8.6)
81+
nokogiri (1.16.5)
7782
mini_portile2 (~> 2.8.2)
7883
racc (~> 1.4)
7984
pathutil (0.16.2)
@@ -85,29 +90,32 @@ GEM
8590
ruby-rc4
8691
ttfunk
8792
posix-spawn (0.3.15)
88-
public_suffix (5.0.4)
89-
racc (1.7.3)
93+
public_suffix (5.0.5)
94+
racc (1.8.0)
9095
rainbow (3.1.1)
91-
rake (13.1.0)
96+
rake (13.2.1)
9297
rb-fsevent (0.11.2)
93-
rb-inotify (0.10.1)
98+
rb-inotify (0.11.1)
9499
ffi (~> 1.0)
95-
rexml (3.2.6)
100+
rexml (3.2.8)
101+
strscan (>= 3.0.9)
96102
rouge (3.30.0)
97103
ruby-rc4 (0.1.5)
98104
safe_yaml (1.0.5)
99105
sassc (2.4.0)
100106
ffi (~> 1.9)
107+
strscan (3.1.0)
101108
terminal-table (2.0.0)
102109
unicode-display_width (~> 1.1, >= 1.1.1)
103110
timers (4.3.5)
104-
ttfunk (1.7.0)
111+
ttfunk (1.8.0)
112+
bigdecimal (~> 3.1)
105113
typhoeus (1.4.1)
106114
ethon (>= 0.9.0)
107115
unicode-display_width (1.8.0)
108116
webrick (1.8.1)
109117
yell (2.2.2)
110-
zeitwerk (2.6.12)
118+
zeitwerk (2.6.15)
111119

112120
PLATFORMS
113121
ruby

0 commit comments

Comments
 (0)