Skip to content

Commit 3acee38

Browse files
committed
update bundles
1 parent 0f53dfa commit 3acee38

File tree

1 file changed

+42
-31
lines changed

1 file changed

+42
-31
lines changed

Gemfile.lock

Lines changed: 42 additions & 31 deletions
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.8.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
crass (1.0.6)
1921
em-websocket (0.5.3)
2022
eventmachine (>= 0.12.9)
@@ -24,13 +26,21 @@ GEM
2426
eventmachine (1.2.7)
2527
ffi (1.16.3)
2628
fiber-annotation (0.2.0)
27-
fiber-local (1.0.0)
29+
fiber-local (1.1.0)
30+
fiber-storage
31+
fiber-storage (0.1.1)
2832
forwardable-extended (2.6.0)
29-
google-protobuf (3.25.2)
30-
google-protobuf (3.25.2-arm64-darwin)
31-
google-protobuf (3.25.2-x86_64-linux)
33+
google-protobuf (4.27.0)
34+
bigdecimal
35+
rake (>= 13)
36+
google-protobuf (4.27.0-arm64-darwin)
37+
bigdecimal
38+
rake (>= 13)
39+
google-protobuf (4.27.0-x86_64-linux)
40+
bigdecimal
41+
rake (>= 13)
3242
hashery (2.1.2)
33-
html-proofer (5.0.8)
43+
html-proofer (5.0.9)
3444
addressable (~> 2.3)
3545
async (~> 2.1)
3646
nokogiri (~> 1.13)
@@ -40,9 +50,9 @@ GEM
4050
yell (~> 2.0)
4151
zeitwerk (~> 2.5)
4252
http_parser.rb (0.8.0)
43-
i18n (1.14.1)
53+
i18n (1.14.5)
4454
concurrent-ruby (~> 1.0)
45-
io-event (1.4.1)
55+
io-event (1.5.1)
4656
jekyll (4.3.3)
4757
addressable (~> 2.4)
4858
colorator (~> 1.0)
@@ -63,18 +73,18 @@ GEM
6373
sass-embedded (~> 1.54)
6474
jekyll-watch (2.2.1)
6575
listen (~> 3.0)
66-
json (2.7.1)
76+
json (2.7.2)
6777
kramdown (2.4.0)
6878
rexml
6979
kramdown-parser-gfm (1.1.0)
7080
kramdown (~> 2.0)
7181
liquid (4.0.4)
72-
listen (3.8.0)
82+
listen (3.9.0)
7383
rb-fsevent (~> 0.10, >= 0.10.3)
7484
rb-inotify (~> 0.9, >= 0.9.10)
7585
mercenary (0.4.0)
7686
mini_portile2 (2.8.6)
77-
minitest (5.20.0)
87+
minitest (5.23.1)
7888
nokogiri (1.16.5)
7989
mini_portile2 (~> 2.8.2)
8090
racc (~> 1.4)
@@ -91,35 +101,36 @@ GEM
91101
hashery (~> 2.0)
92102
ruby-rc4
93103
ttfunk
94-
public_suffix (5.0.4)
95-
racc (1.7.3)
104+
public_suffix (5.0.5)
105+
racc (1.8.0)
96106
rainbow (3.1.1)
97-
rake (13.1.0)
107+
rake (13.2.1)
98108
rb-fsevent (0.11.2)
99-
rb-inotify (0.10.1)
109+
rb-inotify (0.11.1)
100110
ffi (~> 1.0)
101111
rexml (3.2.8)
102112
strscan (>= 3.0.9)
103-
rouge (4.2.0)
113+
rouge (4.2.1)
104114
ruby-rc4 (0.1.5)
105115
safe_yaml (1.0.5)
106-
sass-embedded (1.69.7)
107-
google-protobuf (~> 3.25)
116+
sass-embedded (1.77.2)
117+
google-protobuf (>= 3.25, < 5.0)
108118
rake (>= 13.0.0)
109-
sass-embedded (1.69.7-arm64-darwin)
110-
google-protobuf (~> 3.25)
111-
sass-embedded (1.69.7-x86_64-linux-gnu)
112-
google-protobuf (~> 3.25)
119+
sass-embedded (1.77.2-arm64-darwin)
120+
google-protobuf (>= 3.25, < 5.0)
121+
sass-embedded (1.77.2-x86_64-linux-gnu)
122+
google-protobuf (>= 3.25, < 5.0)
113123
slop (4.10.1)
114-
spidr (0.7.0)
124+
spidr (0.7.1)
115125
nokogiri (~> 1.3)
116126
strscan (3.1.0)
117127
terminal-table (3.0.2)
118128
unicode-display_width (>= 1.1.1, < 3)
119129
tidy_ffi (1.0.1)
120130
ffi (~> 1.2)
121131
timers (4.3.5)
122-
ttfunk (1.7.0)
132+
ttfunk (1.8.0)
133+
bigdecimal (~> 3.1)
123134
typhoeus (1.4.1)
124135
ethon (>= 0.9.0)
125136
unicode-display_width (2.5.0)
@@ -138,7 +149,7 @@ GEM
138149
rexml (~> 3.2)
139150
webrick (1.8.1)
140151
yell (2.2.2)
141-
zeitwerk (2.6.12)
152+
zeitwerk (2.6.15)
142153

143154
PLATFORMS
144155
arm64-darwin-22

0 commit comments

Comments
 (0)