Skip to content

Commit d80e4f7

Browse files
authored
Merge pull request #1543 from marquiz/devel/docs-deps
docs: update docs build dependencies
2 parents 3667a4d + 7fa5fcf commit d80e4f7

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

docs/Gemfile.lock

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,45 @@
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)
36+
execjs (2.9.1)
37+
faraday (2.8.1)
38+
base64
2839
faraday-net_http (>= 2.0, < 3.1)
2940
ruby2_keywords (>= 0.0.4)
3041
faraday-net_http (3.0.2)
31-
ffi (1.15.5)
42+
ffi (1.16.3)
3243
forwardable-extended (2.6.0)
3344
gemoji (3.0.1)
3445
github-pages (228)
@@ -205,13 +216,14 @@ GEM
205216
rb-fsevent (~> 0.10, >= 0.10.3)
206217
rb-inotify (~> 0.9, >= 0.9.10)
207218
mercenary (0.3.6)
208-
mini_portile2 (2.8.4)
219+
mini_portile2 (2.8.5)
209220
minima (2.5.1)
210221
jekyll (>= 3.5, < 5.0)
211222
jekyll-feed (~> 0.9)
212223
jekyll-seo-tag (~> 2.1)
213-
minitest (5.19.0)
214-
nokogiri (1.15.4)
224+
minitest (5.21.1)
225+
mutex_m (0.2.0)
226+
nokogiri (1.16.0)
215227
mini_portile2 (~> 2.8.2)
216228
racc (~> 1.4)
217229
octokit (4.25.1)
@@ -220,7 +232,7 @@ GEM
220232
pathutil (0.16.2)
221233
forwardable-extended (~> 2.6)
222234
public_suffix (4.0.7)
223-
racc (1.7.1)
235+
racc (1.7.3)
224236
rb-fsevent (0.11.2)
225237
rb-inotify (0.10.1)
226238
ffi (~> 1.0)
@@ -241,15 +253,15 @@ GEM
241253
unf (~> 0.1.4)
242254
terminal-table (1.8.0)
243255
unicode-display_width (~> 1.1, >= 1.1.1)
244-
typhoeus (1.4.0)
256+
typhoeus (1.4.1)
245257
ethon (>= 0.9.0)
246258
tzinfo (2.0.6)
247259
concurrent-ruby (~> 1.0)
248-
tzinfo-data (1.2023.3)
260+
tzinfo-data (1.2023.4)
249261
tzinfo (>= 1.0.0)
250262
unf (0.1.4)
251263
unf_ext
252-
unf_ext (0.0.8.2)
264+
unf_ext (0.0.9.1)
253265
unicode-display_width (1.8.0)
254266
wdm (0.1.1)
255267
webrick (1.8.1)

0 commit comments

Comments
 (0)