Skip to content

Commit dc15c04

Browse files
committed
docs: update docs build dependencies
1 parent 2694448 commit dc15c04

File tree

1 file changed

+30
-16
lines changed

1 file changed

+30
-16
lines changed

docs/Gemfile.lock

+30-16
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,44 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.7.2)
4+
activesupport (7.1.2)
5+
base64
6+
bigdecimal
57
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
711
minitest (>= 5.1)
12+
mutex_m
813
tzinfo (~> 2.0)
9-
addressable (2.8.5)
14+
addressable (2.8.6)
1015
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.5)
1118
coffee-script (2.4.1)
1219
coffee-script-source
1320
execjs
1421
coffee-script-source (1.11.1)
1522
colorator (1.1.0)
1623
commonmarker (0.23.10)
17-
concurrent-ruby (1.2.2)
24+
concurrent-ruby (1.2.3)
25+
connection_pool (2.4.1)
1826
dnsruby (1.70.0)
1927
simpleidn (~> 0.2.1)
28+
drb (2.2.0)
29+
ruby2_keywords
2030
em-websocket (0.5.3)
2131
eventmachine (>= 0.12.9)
2232
http_parser.rb (~> 0)
2333
ethon (0.16.0)
2434
ffi (>= 1.15.0)
2535
eventmachine (1.2.7)
26-
execjs (2.8.1)
27-
faraday (2.7.10)
28-
faraday-net_http (>= 2.0, < 3.1)
29-
ruby2_keywords (>= 0.0.4)
30-
faraday-net_http (3.0.2)
31-
ffi (1.15.5)
36+
execjs (2.9.1)
37+
faraday (2.8.1)
38+
faraday-net_http (>= 2.0, < 3.2)
39+
faraday-net_http (3.1.0)
40+
net-http
41+
ffi (1.16.3)
3242
forwardable-extended (2.6.0)
3343
gemoji (3.0.1)
3444
github-pages (228)
@@ -205,13 +215,16 @@ GEM
205215
rb-fsevent (~> 0.10, >= 0.10.3)
206216
rb-inotify (~> 0.9, >= 0.9.10)
207217
mercenary (0.3.6)
208-
mini_portile2 (2.8.4)
218+
mini_portile2 (2.8.5)
209219
minima (2.5.1)
210220
jekyll (>= 3.5, < 5.0)
211221
jekyll-feed (~> 0.9)
212222
jekyll-seo-tag (~> 2.1)
213-
minitest (5.19.0)
214-
nokogiri (1.15.4)
223+
minitest (5.21.1)
224+
mutex_m (0.2.0)
225+
net-http (0.4.1)
226+
uri
227+
nokogiri (1.16.0)
215228
mini_portile2 (~> 2.8.2)
216229
racc (~> 1.4)
217230
octokit (4.25.1)
@@ -220,7 +233,7 @@ GEM
220233
pathutil (0.16.2)
221234
forwardable-extended (~> 2.6)
222235
public_suffix (4.0.7)
223-
racc (1.7.1)
236+
racc (1.7.3)
224237
rb-fsevent (0.11.2)
225238
rb-inotify (0.10.1)
226239
ffi (~> 1.0)
@@ -241,16 +254,17 @@ GEM
241254
unf (~> 0.1.4)
242255
terminal-table (1.8.0)
243256
unicode-display_width (~> 1.1, >= 1.1.1)
244-
typhoeus (1.4.0)
257+
typhoeus (1.4.1)
245258
ethon (>= 0.9.0)
246259
tzinfo (2.0.6)
247260
concurrent-ruby (~> 1.0)
248-
tzinfo-data (1.2023.3)
261+
tzinfo-data (1.2023.4)
249262
tzinfo (>= 1.0.0)
250263
unf (0.1.4)
251264
unf_ext
252-
unf_ext (0.0.8.2)
265+
unf_ext (0.0.9.1)
253266
unicode-display_width (1.8.0)
267+
uri (0.13.0)
254268
wdm (0.1.1)
255269
webrick (1.8.1)
256270

0 commit comments

Comments
 (0)