Skip to content

Commit 0342ca8

Browse files
update deps (#81)
1 parent 80838b9 commit 0342ca8

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

Gemfile.lock

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ GEM
55
addressable (2.8.7)
66
public_suffix (>= 2.0.2, < 7.0)
77
afm (0.2.2)
8-
async (2.18.0)
9-
console (~> 1.26)
8+
async (2.23.0)
9+
console (~> 1.29)
1010
fiber-annotation
11-
io-event (~> 1.6, >= 1.6.5)
11+
io-event (~> 1.9)
12+
metrics (~> 0.12)
13+
traces (~> 0.15)
1214
base64 (0.2.0)
1315
bigdecimal (3.1.9)
1416
colorator (1.1.0)
1517
concurrent-ruby (1.3.5)
16-
console (1.27.0)
18+
console (1.29.3)
1719
fiber-annotation
1820
fiber-local (~> 1.1)
1921
json
@@ -58,7 +60,7 @@ GEM
5860
bigdecimal
5961
rake (>= 13)
6062
hashery (2.1.2)
61-
html-proofer (5.0.9)
63+
html-proofer (5.0.10)
6264
addressable (~> 2.3)
6365
async (~> 2.1)
6466
nokogiri (~> 1.13)
@@ -70,7 +72,7 @@ GEM
7072
http_parser.rb (0.8.0)
7173
i18n (1.14.7)
7274
concurrent-ruby (~> 1.0)
73-
io-event (1.7.3)
75+
io-event (1.9.0)
7476
jekyll (4.4.1)
7577
addressable (~> 2.4)
7678
base64 (~> 0.2)
@@ -100,7 +102,7 @@ GEM
100102
jekyll-tagsgenerator (0.0.2)
101103
jekyll-watch (2.2.1)
102104
listen (~> 3.0)
103-
json (2.7.5)
105+
json (2.10.1)
104106
kramdown (2.5.1)
105107
rexml (>= 3.3.9)
106108
kramdown-parser-gfm (1.1.0)
@@ -110,6 +112,7 @@ GEM
110112
rb-fsevent (~> 0.10, >= 0.10.3)
111113
rb-inotify (~> 0.9, >= 0.9.10)
112114
mercenary (0.4.0)
115+
metrics (0.12.1)
113116
mini_portile2 (2.8.8)
114117
nokogiri (1.18.3)
115118
mini_portile2 (~> 2.8.2)
@@ -132,7 +135,7 @@ GEM
132135
racc (~> 1.4)
133136
pathutil (0.16.2)
134137
forwardable-extended (~> 2.6)
135-
pdf-reader (2.13.0)
138+
pdf-reader (2.14.1)
136139
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
137140
afm (~> 0.2.1)
138141
hashery (~> 2.0)
@@ -149,35 +152,36 @@ GEM
149152
rouge (4.5.1)
150153
ruby-rc4 (0.1.5)
151154
safe_yaml (1.0.5)
152-
sass-embedded (1.85.0)
155+
sass-embedded (1.85.1)
153156
google-protobuf (~> 4.29)
154157
rake (>= 13)
155-
sass-embedded (1.85.0-aarch64-linux-gnu)
158+
sass-embedded (1.85.1-aarch64-linux-gnu)
156159
google-protobuf (~> 4.29)
157-
sass-embedded (1.85.0-aarch64-linux-musl)
160+
sass-embedded (1.85.1-aarch64-linux-musl)
158161
google-protobuf (~> 4.29)
159-
sass-embedded (1.85.0-arm-linux-gnueabihf)
162+
sass-embedded (1.85.1-arm-linux-gnueabihf)
160163
google-protobuf (~> 4.29)
161-
sass-embedded (1.85.0-arm-linux-musleabihf)
164+
sass-embedded (1.85.1-arm-linux-musleabihf)
162165
google-protobuf (~> 4.29)
163-
sass-embedded (1.85.0-arm64-darwin)
166+
sass-embedded (1.85.1-arm64-darwin)
164167
google-protobuf (~> 4.29)
165-
sass-embedded (1.85.0-x86_64-darwin)
168+
sass-embedded (1.85.1-x86_64-darwin)
166169
google-protobuf (~> 4.29)
167-
sass-embedded (1.85.0-x86_64-linux-gnu)
170+
sass-embedded (1.85.1-x86_64-linux-gnu)
168171
google-protobuf (~> 4.29)
169-
sass-embedded (1.85.0-x86_64-linux-musl)
172+
sass-embedded (1.85.1-x86_64-linux-musl)
170173
google-protobuf (~> 4.29)
171174
terminal-table (3.0.2)
172175
unicode-display_width (>= 1.1.1, < 3)
176+
traces (0.15.2)
173177
ttfunk (1.8.0)
174178
bigdecimal (~> 3.1)
175179
typhoeus (1.4.1)
176180
ethon (>= 0.9.0)
177181
unicode-display_width (2.6.0)
178182
webrick (1.9.1)
179183
yell (2.2.2)
180-
zeitwerk (2.7.1)
184+
zeitwerk (2.7.2)
181185

182186
PLATFORMS
183187
aarch64-linux

0 commit comments

Comments
 (0)