Skip to content

Commit 7cf0fa1

Browse files
committed
Exec: bundle update
1 parent 51da93a commit 7cf0fa1

File tree

1 file changed

+29
-28
lines changed

1 file changed

+29
-28
lines changed

Gemfile.lock

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
Ascii85 (1.1.0)
5-
addressable (2.8.6)
6-
public_suffix (>= 2.0.2, < 6.0)
4+
Ascii85 (1.1.1)
5+
addressable (2.8.7)
6+
public_suffix (>= 2.0.2, < 7.0)
77
afm (0.2.2)
8-
async (2.11.0)
8+
async (2.14.2)
99
console (~> 1.25, >= 1.25.2)
1010
fiber-annotation
11-
io-event (~> 1.5, >= 1.5.1)
12-
timers (~> 4.1)
11+
io-event (~> 1.6, >= 1.6.5)
1312
bigdecimal (3.1.8)
1413
colorator (1.1.0)
15-
concurrent-ruby (1.2.3)
16-
console (1.25.2)
14+
concurrent-ruby (1.3.3)
15+
console (1.27.0)
1716
fiber-annotation
1817
fiber-local (~> 1.1)
1918
json
@@ -23,18 +22,21 @@ GEM
2322
ethon (0.16.0)
2423
ffi (>= 1.15.0)
2524
eventmachine (1.2.7)
26-
ffi (1.16.3)
25+
ffi (1.17.0-arm64-darwin)
26+
ffi (1.17.0-x86_64-linux-gnu)
2727
fiber-annotation (0.2.0)
2828
fiber-local (1.1.0)
2929
fiber-storage
30-
fiber-storage (0.1.0)
30+
fiber-storage (0.1.2)
3131
forwardable-extended (2.6.0)
32-
google-protobuf (4.26.1-arm64-darwin)
32+
google-protobuf (4.27.2-arm64-darwin)
33+
bigdecimal
3334
rake (>= 13)
34-
google-protobuf (4.26.1-x86_64-linux)
35+
google-protobuf (4.27.2-x86_64-linux)
36+
bigdecimal
3537
rake (>= 13)
3638
hashery (2.1.2)
37-
html-proofer (5.0.8)
39+
html-proofer (5.0.9)
3840
addressable (~> 2.3)
3941
async (~> 2.1)
4042
nokogiri (~> 1.13)
@@ -46,7 +48,7 @@ GEM
4648
http_parser.rb (0.8.0)
4749
i18n (1.14.5)
4850
concurrent-ruby (~> 1.0)
49-
io-event (1.5.1)
51+
io-event (1.6.5)
5052
jekyll (4.3.3)
5153
addressable (~> 2.4)
5254
colorator (~> 1.0)
@@ -81,9 +83,9 @@ GEM
8183
rb-fsevent (~> 0.10, >= 0.10.3)
8284
rb-inotify (~> 0.9, >= 0.9.10)
8385
mercenary (0.4.0)
84-
nokogiri (1.16.5-arm64-darwin)
86+
nokogiri (1.16.6-arm64-darwin)
8587
racc (~> 1.4)
86-
nokogiri (1.16.5-x86_64-linux)
88+
nokogiri (1.16.6-x86_64-linux)
8789
racc (~> 1.4)
8890
pathutil (0.16.2)
8991
forwardable-extended (~> 2.6)
@@ -93,34 +95,33 @@ GEM
9395
hashery (~> 2.0)
9496
ruby-rc4
9597
ttfunk
96-
public_suffix (5.0.5)
97-
racc (1.7.3)
98+
public_suffix (6.0.0)
99+
racc (1.8.0)
98100
rainbow (3.1.1)
99101
rake (13.2.1)
100102
rb-fsevent (0.11.2)
101-
rb-inotify (0.10.1)
103+
rb-inotify (0.11.1)
102104
ffi (~> 1.0)
103-
rexml (3.2.8)
104-
strscan (>= 3.0.9)
105-
rouge (4.2.1)
105+
rexml (3.3.2)
106+
strscan
107+
rouge (4.3.0)
106108
ruby-rc4 (0.1.5)
107109
safe_yaml (1.0.5)
108-
sass-embedded (1.77.0-arm64-darwin)
109-
google-protobuf (>= 3.25, < 5.0)
110-
sass-embedded (1.77.0-x86_64-linux-gnu)
111-
google-protobuf (>= 3.25, < 5.0)
110+
sass-embedded (1.77.8-arm64-darwin)
111+
google-protobuf (~> 4.26)
112+
sass-embedded (1.77.8-x86_64-linux-gnu)
113+
google-protobuf (~> 4.26)
112114
strscan (3.1.0)
113115
terminal-table (3.0.2)
114116
unicode-display_width (>= 1.1.1, < 3)
115-
timers (4.3.5)
116117
ttfunk (1.8.0)
117118
bigdecimal (~> 3.1)
118119
typhoeus (1.4.1)
119120
ethon (>= 0.9.0)
120121
unicode-display_width (2.5.0)
121122
webrick (1.8.1)
122123
yell (2.2.2)
123-
zeitwerk (2.6.13)
124+
zeitwerk (2.6.16)
124125

125126
PLATFORMS
126127
arm64-darwin-21

0 commit comments

Comments
 (0)