Skip to content

Commit 79c2d29

Browse files
committed
Update dependencies
1 parent f8ccc4d commit 79c2d29

1 file changed

Lines changed: 51 additions & 46 deletions

File tree

Gemfile.lock

Lines changed: 51 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,56 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.1)
4+
activesupport (8.1.2)
55
base64
6-
benchmark (>= 0.3)
76
bigdecimal
87
concurrent-ruby (~> 1.0, >= 1.3.1)
98
connection_pool (>= 2.2.5)
109
drb
1110
i18n (>= 1.6, < 2)
11+
json
1212
logger (>= 1.4.2)
1313
minitest (>= 5.1)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
uri (>= 0.13.1)
17-
addressable (2.8.7)
18-
public_suffix (>= 2.0.2, < 7.0)
19-
base64 (0.2.0)
20-
benchmark (0.4.0)
21-
bigdecimal (3.1.9)
17+
addressable (2.8.9)
18+
public_suffix (>= 2.0.2, < 8.0)
19+
base64 (0.3.0)
20+
bigdecimal (4.0.1)
2221
coffee-script (2.4.1)
2322
coffee-script-source
2423
execjs
2524
coffee-script-source (1.12.2)
2625
colorator (1.1.0)
2726
colorize (1.1.0)
28-
commonmarker (0.23.11)
29-
concurrent-ruby (1.3.5)
30-
connection_pool (2.5.0)
31-
csv (3.3.2)
32-
diff-lcs (1.6.0)
33-
dnsruby (1.72.3)
34-
base64 (~> 0.2.0)
27+
commonmarker (0.23.12)
28+
concurrent-ruby (1.3.6)
29+
connection_pool (3.0.2)
30+
csv (3.3.5)
31+
diff-lcs (1.6.2)
32+
dnsruby (1.73.1)
33+
base64 (>= 0.2)
34+
logger (~> 1.6)
3535
simpleidn (~> 0.2.1)
36-
drb (2.2.1)
36+
drb (2.2.3)
3737
em-websocket (0.5.3)
3838
eventmachine (>= 0.12.9)
3939
http_parser.rb (~> 0)
40-
ethon (0.16.0)
40+
ethon (0.18.0)
4141
ffi (>= 1.15.0)
42+
logger
4243
eventmachine (1.2.7)
4344
execjs (2.10.0)
44-
faraday (2.12.2)
45+
faraday (2.14.1)
4546
faraday-net_http (>= 2.0, < 3.5)
4647
json
4748
logger
48-
faraday-net_http (3.4.0)
49-
net-http (>= 0.5.0)
50-
ffi (1.17.1-arm64-darwin)
51-
ffi (1.17.1-x86_64-darwin)
52-
ffi (1.17.1-x86_64-linux-gnu)
49+
faraday-net_http (3.4.2)
50+
net-http (~> 0.5)
51+
ffi (1.17.3-arm64-darwin)
52+
ffi (1.17.3-x86_64-darwin)
53+
ffi (1.17.3-x86_64-linux-gnu)
5354
forwardable-extended (2.6.0)
5455
gemoji (4.1.0)
5556
github-pages (232)
@@ -115,8 +116,8 @@ GEM
115116
rainbow (~> 3.0)
116117
typhoeus (~> 1.3)
117118
yell (~> 2.0)
118-
http_parser.rb (0.8.0)
119-
i18n (1.14.7)
119+
http_parser.rb (0.8.1)
120+
i18n (1.14.8)
120121
concurrent-ruby (~> 1.0)
121122
jekyll (3.10.0)
122123
addressable (~> 2.4)
@@ -234,82 +235,86 @@ GEM
234235
gemoji (>= 3, < 5)
235236
html-pipeline (~> 2.2)
236237
jekyll (>= 3.0, < 5.0)
237-
json (2.10.1)
238+
json (2.19.2)
238239
kramdown (2.4.0)
239240
rexml
240241
kramdown-parser-gfm (1.1.0)
241242
kramdown (~> 2.0)
242243
liquid (4.0.4)
243-
listen (3.9.0)
244+
listen (3.10.0)
245+
logger
244246
rb-fsevent (~> 0.10, >= 0.10.3)
245247
rb-inotify (~> 0.9, >= 0.9.10)
246-
logger (1.6.6)
248+
logger (1.7.0)
247249
mercenary (0.3.6)
248250
minima (2.5.1)
249251
jekyll (>= 3.5, < 5.0)
250252
jekyll-feed (~> 0.9)
251253
jekyll-seo-tag (~> 2.1)
252-
minitest (5.25.4)
253-
net-http (0.6.0)
254-
uri
255-
nokogiri (1.18.3-arm64-darwin)
254+
minitest (6.0.2)
255+
drb (~> 2.0)
256+
prism (~> 1.5)
257+
net-http (0.9.1)
258+
uri (>= 0.11.1)
259+
nokogiri (1.19.2-arm64-darwin)
256260
racc (~> 1.4)
257-
nokogiri (1.18.3-x86_64-darwin)
261+
nokogiri (1.19.2-x86_64-darwin)
258262
racc (~> 1.4)
259-
nokogiri (1.18.3-x86_64-linux-gnu)
263+
nokogiri (1.19.2-x86_64-linux-gnu)
260264
racc (~> 1.4)
261265
octokit (4.25.1)
262266
faraday (>= 1, < 3)
263267
sawyer (~> 0.9)
264-
parallel (1.26.3)
268+
parallel (1.27.0)
265269
pathutil (0.16.2)
266270
forwardable-extended (~> 2.6)
271+
prism (1.9.0)
267272
public_suffix (5.1.1)
268273
racc (1.8.1)
269274
rainbow (3.1.1)
270-
rake (13.2.1)
275+
rake (13.3.1)
271276
rb-fsevent (0.11.2)
272277
rb-inotify (0.11.1)
273278
ffi (~> 1.0)
274-
rexml (3.4.1)
279+
rexml (3.4.4)
275280
rouge (3.30.0)
276-
rspec (3.13.0)
281+
rspec (3.13.2)
277282
rspec-core (~> 3.13.0)
278283
rspec-expectations (~> 3.13.0)
279284
rspec-mocks (~> 3.13.0)
280-
rspec-core (3.13.3)
285+
rspec-core (3.13.6)
281286
rspec-support (~> 3.13.0)
282-
rspec-expectations (3.13.3)
287+
rspec-expectations (3.13.5)
283288
diff-lcs (>= 1.2.0, < 2.0)
284289
rspec-support (~> 3.13.0)
285290
rspec-html-matchers (0.10.0)
286291
nokogiri (~> 1)
287292
rspec (>= 3.0.0.a)
288-
rspec-mocks (3.13.2)
293+
rspec-mocks (3.13.8)
289294
diff-lcs (>= 1.2.0, < 2.0)
290295
rspec-support (~> 3.13.0)
291-
rspec-support (3.13.2)
296+
rspec-support (3.13.7)
292297
rubyzip (2.4.1)
293298
safe_yaml (1.0.5)
294299
sass (3.7.4)
295300
sass-listen (~> 4.0.0)
296301
sass-listen (4.0.0)
297302
rb-fsevent (~> 0.9, >= 0.9.4)
298303
rb-inotify (~> 0.9, >= 0.9.7)
299-
sawyer (0.9.2)
304+
sawyer (0.9.3)
300305
addressable (>= 2.3.5)
301306
faraday (>= 0.17.3, < 3)
302307
securerandom (0.4.1)
303308
simpleidn (0.2.3)
304309
terminal-table (1.8.0)
305310
unicode-display_width (~> 1.1, >= 1.1.1)
306-
typhoeus (1.4.1)
307-
ethon (>= 0.9.0)
311+
typhoeus (1.6.0)
312+
ethon (>= 0.18.0)
308313
tzinfo (2.0.6)
309314
concurrent-ruby (~> 1.0)
310315
unicode-display_width (1.8.0)
311-
uri (1.0.2)
312-
webrick (1.9.1)
316+
uri (1.1.1)
317+
webrick (1.9.2)
313318
yell (2.2.2)
314319

315320
PLATFORMS

0 commit comments

Comments
 (0)