Skip to content

Commit 5707023

Browse files
committed
Exec: bundle update
1 parent 61cafb7 commit 5707023

File tree

1 file changed

+44
-39
lines changed

1 file changed

+44
-39
lines changed

Gemfile.lock

Lines changed: 44 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,41 @@
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 (2.0.1)
5+
addressable (2.8.7)
6+
public_suffix (>= 2.0.2, < 7.0)
77
afm (0.2.2)
8-
async (2.11.0)
9-
console (~> 1.25, >= 1.25.2)
8+
async (2.21.1)
9+
console (~> 1.29)
1010
fiber-annotation
11-
io-event (~> 1.5, >= 1.5.1)
12-
timers (~> 4.1)
13-
bigdecimal (3.1.8)
11+
io-event (~> 1.6, >= 1.6.5)
12+
base64 (0.2.0)
13+
bigdecimal (3.1.9)
1414
colorator (1.1.0)
15-
concurrent-ruby (1.2.3)
16-
console (1.25.2)
15+
concurrent-ruby (1.3.4)
16+
console (1.29.2)
1717
fiber-annotation
1818
fiber-local (~> 1.1)
1919
json
20+
csv (3.3.2)
2021
em-websocket (0.5.3)
2122
eventmachine (>= 0.12.9)
2223
http_parser.rb (~> 0)
2324
ethon (0.16.0)
2425
ffi (>= 1.15.0)
2526
eventmachine (1.2.7)
26-
ffi (1.16.3)
27+
ffi (1.17.1-arm64-darwin)
28+
ffi (1.17.1-x86_64-linux-gnu)
2729
fiber-annotation (0.2.0)
2830
fiber-local (1.1.0)
2931
fiber-storage
30-
fiber-storage (0.1.0)
32+
fiber-storage (1.0.0)
3133
forwardable-extended (2.6.0)
32-
google-protobuf (4.26.1)
34+
google-protobuf (4.29.2)
35+
bigdecimal
3336
rake (>= 13)
3437
hashery (2.1.2)
35-
html-proofer (5.0.8)
38+
html-proofer (5.0.9)
3639
addressable (~> 2.3)
3740
async (~> 2.1)
3841
nokogiri (~> 1.13)
@@ -42,10 +45,10 @@ GEM
4245
yell (~> 2.0)
4346
zeitwerk (~> 2.5)
4447
http_parser.rb (0.8.0)
45-
i18n (1.14.5)
48+
i18n (1.14.6)
4649
concurrent-ruby (~> 1.0)
47-
io-event (1.5.1)
48-
jekyll (4.3.3)
50+
io-event (1.7.5)
51+
jekyll (4.3.4)
4952
addressable (~> 2.4)
5053
colorator (~> 1.0)
5154
em-websocket (~> 0.5)
@@ -71,67 +74,69 @@ GEM
7174
jekyll (>= 3.7, < 5.0)
7275
jekyll-watch (2.2.1)
7376
listen (~> 3.0)
74-
json (2.7.2)
75-
kramdown (2.4.0)
76-
rexml
77+
json (2.9.1)
78+
kramdown (2.5.1)
79+
rexml (>= 3.3.9)
7780
kramdown-parser-gfm (1.1.0)
7881
kramdown (~> 2.0)
7982
liquid (4.0.4)
8083
listen (3.9.0)
8184
rb-fsevent (~> 0.10, >= 0.10.3)
8285
rb-inotify (~> 0.9, >= 0.9.10)
86+
logger (1.6.4)
8387
mercenary (0.4.0)
84-
mini_portile2 (2.8.8)
85-
nokogiri (1.16.4)
86-
mini_portile2 (~> 2.8.2)
88+
nokogiri (1.18.1-arm64-darwin)
89+
racc (~> 1.4)
90+
nokogiri (1.18.1-x86_64-linux-gnu)
8791
racc (~> 1.4)
8892
pathutil (0.16.2)
8993
forwardable-extended (~> 2.6)
90-
pdf-reader (2.12.0)
91-
Ascii85 (~> 1.0)
94+
pdf-reader (2.13.0)
95+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
9296
afm (~> 0.2.1)
9397
hashery (~> 2.0)
9498
ruby-rc4
9599
ttfunk
96-
public_suffix (5.0.5)
97-
racc (1.7.3)
100+
public_suffix (6.0.1)
101+
racc (1.8.1)
98102
rainbow (3.1.1)
99103
rake (13.2.1)
100104
rb-fsevent (0.11.2)
101-
rb-inotify (0.10.1)
105+
rb-inotify (0.11.1)
102106
ffi (~> 1.0)
103-
rexml (3.2.6)
104-
rouge (4.2.1)
107+
rexml (3.4.0)
108+
rouge (4.5.1)
105109
ruby-rc4 (0.1.5)
106110
safe_yaml (1.0.5)
107-
sass-embedded (1.77.0-arm64-darwin)
108-
google-protobuf (>= 3.25, < 5.0)
109-
sass-embedded (1.77.0-x86_64-linux-gnu)
110-
google-protobuf (>= 3.25, < 5.0)
111+
sass-embedded (1.83.0-arm64-darwin)
112+
google-protobuf (~> 4.28)
113+
sass-embedded (1.83.0-x86_64-linux-gnu)
114+
google-protobuf (~> 4.28)
111115
terminal-table (3.0.2)
112116
unicode-display_width (>= 1.1.1, < 3)
113-
timers (4.3.5)
114117
ttfunk (1.8.0)
115118
bigdecimal (~> 3.1)
116119
typhoeus (1.4.1)
117120
ethon (>= 0.9.0)
118-
unicode-display_width (2.5.0)
119-
webrick (1.8.1)
121+
unicode-display_width (2.6.0)
122+
webrick (1.9.1)
120123
yell (2.2.2)
121-
zeitwerk (2.6.13)
124+
zeitwerk (2.7.1)
122125

123126
PLATFORMS
124127
arm64-darwin-21
125128
x86_64-linux
126129

127130
DEPENDENCIES
131+
base64
132+
csv
128133
html-proofer
129134
jekyll
130135
jekyll-feed
131136
jekyll-redirect-from
132137
jekyll-sitemap
138+
logger
133139
rake
134-
webrick
135140

136141
BUNDLED WITH
137142
2.6.2

0 commit comments

Comments
 (0)