Skip to content

Commit 072d275

Browse files
committed
Exec: bundle update
1 parent ac9094c commit 072d275

File tree

1 file changed

+38
-30
lines changed

1 file changed

+38
-30
lines changed

Gemfile.lock

Lines changed: 38 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,37 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (1.1.0)
5-
addressable (2.8.5)
5+
addressable (2.8.6)
66
public_suffix (>= 2.0.2, < 6.0)
77
afm (0.2.2)
8-
async (2.6.4)
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.2)
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)
2123
ethon (0.16.0)
2224
ffi (>= 1.15.0)
2325
eventmachine (1.2.7)
24-
ffi (1.15.5)
26+
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.0)
2731
forwardable-extended (2.6.0)
28-
google-protobuf (3.24.3-arm64-darwin)
29-
google-protobuf (3.24.3-x86_64-linux)
32+
google-protobuf (4.26.1-arm64-darwin)
33+
rake (>= 13)
34+
google-protobuf (4.26.1-x86_64-linux)
35+
rake (>= 13)
3036
hashery (2.1.2)
3137
html-proofer (5.0.8)
3238
addressable (~> 2.3)
@@ -38,10 +44,10 @@ GEM
3844
yell (~> 2.0)
3945
zeitwerk (~> 2.5)
4046
http_parser.rb (0.8.0)
41-
i18n (1.14.1)
47+
i18n (1.14.5)
4248
concurrent-ruby (~> 1.0)
43-
io-event (1.3.2)
44-
jekyll (4.3.2)
49+
io-event (1.5.1)
50+
jekyll (4.3.3)
4551
addressable (~> 2.4)
4652
colorator (~> 1.0)
4753
em-websocket (~> 0.5)
@@ -67,52 +73,54 @@ GEM
6773
jekyll (>= 3.7, < 5.0)
6874
jekyll-watch (2.2.1)
6975
listen (~> 3.0)
76+
json (2.7.2)
7077
kramdown (2.4.0)
7178
rexml
7279
kramdown-parser-gfm (1.1.0)
7380
kramdown (~> 2.0)
7481
liquid (4.0.4)
75-
listen (3.8.0)
82+
listen (3.9.0)
7683
rb-fsevent (~> 0.10, >= 0.10.3)
7784
rb-inotify (~> 0.9, >= 0.9.10)
7885
mercenary (0.4.0)
79-
nokogiri (1.15.4-arm64-darwin)
86+
nokogiri (1.16.4-arm64-darwin)
8087
racc (~> 1.4)
81-
nokogiri (1.15.4-x86_64-linux)
88+
nokogiri (1.16.4-x86_64-linux)
8289
racc (~> 1.4)
8390
pathutil (0.16.2)
8491
forwardable-extended (~> 2.6)
85-
pdf-reader (2.11.0)
92+
pdf-reader (2.12.0)
8693
Ascii85 (~> 1.0)
8794
afm (~> 0.2.1)
8895
hashery (~> 2.0)
8996
ruby-rc4
9097
ttfunk
91-
public_suffix (5.0.3)
92-
racc (1.7.1)
98+
public_suffix (5.0.5)
99+
racc (1.7.3)
93100
rainbow (3.1.1)
94-
rake (13.0.6)
101+
rake (13.2.1)
95102
rb-fsevent (0.11.2)
96103
rb-inotify (0.10.1)
97104
ffi (~> 1.0)
98105
rexml (3.2.6)
99-
rouge (4.1.3)
106+
rouge (4.2.1)
100107
ruby-rc4 (0.1.5)
101108
safe_yaml (1.0.5)
102-
sass-embedded (1.67.0-arm64-darwin)
103-
google-protobuf (~> 3.23)
104-
sass-embedded (1.67.0-x86_64-linux-gnu)
105-
google-protobuf (~> 3.23)
109+
sass-embedded (1.77.0-arm64-darwin)
110+
google-protobuf (>= 3.25, < 5.0)
111+
sass-embedded (1.77.0-x86_64-linux-gnu)
112+
google-protobuf (>= 3.25, < 5.0)
106113
terminal-table (3.0.2)
107114
unicode-display_width (>= 1.1.1, < 3)
108115
timers (4.3.5)
109-
ttfunk (1.7.0)
110-
typhoeus (1.4.0)
116+
ttfunk (1.8.0)
117+
bigdecimal (~> 3.1)
118+
typhoeus (1.4.1)
111119
ethon (>= 0.9.0)
112-
unicode-display_width (2.4.2)
120+
unicode-display_width (2.5.0)
113121
webrick (1.8.1)
114122
yell (2.2.2)
115-
zeitwerk (2.6.11)
123+
zeitwerk (2.6.13)
116124

117125
PLATFORMS
118126
arm64-darwin-21

0 commit comments

Comments
 (0)