Skip to content

Commit a19699b

Browse files
committed
Maintenance
1 parent 8b41064 commit a19699b

2 files changed

Lines changed: 20 additions & 16 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ _site
44
.bundle
55
vendor
66
.env
7+
.vscode
78

89
# Script output
910
tmp/pending_updates.yml

Gemfile.lock

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.3.1)
4+
activesupport (8.1.3)
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)
13-
minitest (>= 5.1, < 6)
13+
minitest (>= 5.1)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1617
addressable (2.9.0)
1718
public_suffix (>= 2.0.2, < 8.0)
1819
base64 (0.3.0)
19-
benchmark (0.5.0)
20-
bigdecimal (4.0.1)
20+
bigdecimal (4.1.2)
2121
coffee-script (2.4.1)
2222
coffee-script-source
2323
execjs
@@ -39,15 +39,15 @@ GEM
3939
ffi (>= 1.15.0)
4040
logger
4141
eventmachine (1.2.7)
42-
execjs (2.10.0)
42+
execjs (2.10.1)
4343
faraday (2.14.1)
4444
faraday-net_http (>= 2.0, < 3.5)
4545
json
4646
logger
4747
faraday-net_http (3.4.2)
4848
net-http (~> 0.5)
49-
ffi (1.17.3)
50-
ffi (1.17.3-arm64-darwin)
49+
ffi (1.17.4)
50+
ffi (1.17.4-arm64-darwin)
5151
forwardable-extended (2.6.0)
5252
gemoji (4.1.0)
5353
github-pages (232)
@@ -228,7 +228,7 @@ GEM
228228
gemoji (>= 3, < 5)
229229
html-pipeline (~> 2.2)
230230
jekyll (>= 3.0, < 5.0)
231-
json (2.19.2)
231+
json (2.19.5)
232232
kramdown (2.4.0)
233233
rexml
234234
kramdown-parser-gfm (1.1.0)
@@ -245,20 +245,23 @@ GEM
245245
jekyll (>= 3.5, < 5.0)
246246
jekyll-feed (~> 0.9)
247247
jekyll-seo-tag (~> 2.1)
248-
minitest (5.27.0)
248+
minitest (6.0.6)
249+
drb (~> 2.0)
250+
prism (~> 1.5)
249251
net-http (0.9.1)
250252
uri (>= 0.11.1)
251-
nokogiri (1.19.1)
253+
nokogiri (1.19.3)
252254
mini_portile2 (~> 2.8.2)
253255
racc (~> 1.4)
254-
nokogiri (1.19.1-arm64-darwin)
256+
nokogiri (1.19.3-arm64-darwin)
255257
racc (~> 1.4)
256258
octokit (4.25.1)
257259
faraday (>= 1, < 3)
258260
sawyer (~> 0.9)
259-
parallel (1.27.0)
261+
parallel (1.28.0)
260262
pathutil (0.16.2)
261263
forwardable-extended (~> 2.6)
264+
prism (1.9.0)
262265
public_suffix (5.1.1)
263266
racc (1.8.1)
264267
rainbow (3.1.1)
@@ -281,8 +284,8 @@ GEM
281284
simpleidn (0.2.3)
282285
terminal-table (1.8.0)
283286
unicode-display_width (~> 1.1, >= 1.1.1)
284-
typhoeus (1.4.1)
285-
ethon (>= 0.9.0)
287+
typhoeus (1.6.0)
288+
ethon (>= 0.18.0)
286289
tzinfo (2.0.6)
287290
concurrent-ruby (~> 1.0)
288291
unicode-display_width (1.8.0)
@@ -304,4 +307,4 @@ RUBY VERSION
304307
ruby 3.2.7p253
305308

306309
BUNDLED WITH
307-
2.4.17
310+
2.4.19

0 commit comments

Comments
 (0)