Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 16724e2

Browse files
fix(deps): update all non-major dependencies
1 parent 8513e0b commit 16724e2

File tree

6 files changed

+666
-123
lines changed

6 files changed

+666
-123
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
services:
1717
postgres:
18-
image: postgres:17.2-alpine@sha256:7e5df973a74872482e320dcbdeb055e178d6f42de0558b083892c50cda833c96
18+
image: postgres:17.4-alpine@sha256:7062a2109c4b51f3c792c7ea01e83ed12ef9a980886e3b3d380a7d2e5f6ce3f5
1919
ports:
2020
- "5432:5432"
2121
env:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.13.1
1+
22.15.0

Gemfile.lock

Lines changed: 66 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,8 @@ GEM
7474
tzinfo (~> 2.0, >= 2.0.5)
7575
addressable (2.8.7)
7676
public_suffix (>= 2.0.2, < 7.0)
77-
ast (2.4.2)
77+
ast (2.4.3)
7878
attr_extras (7.1.0)
79-
autoprefixer-rails (10.4.19.0)
80-
execjs (~> 2)
8179
base64 (0.2.0)
8280
benchmark (0.4.0)
8381
better_html (2.1.1)
@@ -91,10 +89,9 @@ GEM
9189
bindex (0.8.1)
9290
bootsnap (1.18.4)
9391
msgpack (~> 1.2)
94-
bootstrap (5.3.3)
95-
autoprefixer-rails (>= 9.1.0)
92+
bootstrap (5.3.5)
9693
popper_js (>= 2.11.8, < 3)
97-
brakeman (7.0.0)
94+
brakeman (7.0.2)
9895
racc
9996
builder (3.3.0)
10097
capybara (3.40.0)
@@ -107,13 +104,13 @@ GEM
107104
regexp_parser (>= 1.5, < 3.0)
108105
xpath (~> 3.2)
109106
concurrent-ruby (1.3.5)
110-
connection_pool (2.5.0)
107+
connection_pool (2.5.3)
111108
crack (1.0.0)
112109
bigdecimal
113110
rexml
114111
crass (1.0.6)
115-
csv (3.3.1)
116-
dartsass-sprockets (3.2.0)
112+
csv (3.3.4)
113+
dartsass-sprockets (3.2.1)
117114
railties (>= 4.0.0)
118115
sassc-embedded (~> 1.80.1)
119116
sprockets (> 3.0)
@@ -125,7 +122,7 @@ GEM
125122
reline (>= 0.3.8)
126123
diff-lcs (1.5.1)
127124
docile (1.4.1)
128-
dotenv (3.1.7)
125+
dotenv (3.1.8)
129126
drb (2.2.1)
130127
erb_lint (0.9.0)
131128
activesupport
@@ -135,34 +132,33 @@ GEM
135132
rubocop (>= 1)
136133
smart_properties
137134
erubi (1.13.1)
138-
execjs (2.10.0)
139135
factory_bot (6.5.0)
140136
activesupport (>= 5.0.0)
141137
factory_bot_rails (6.4.4)
142138
factory_bot (~> 6.5)
143139
railties (>= 5.0.0)
144140
globalid (1.2.1)
145141
activesupport (>= 6.1)
146-
google-protobuf (4.29.2)
142+
google-protobuf (4.29.4)
147143
bigdecimal
148144
rake (>= 13)
149-
google-protobuf (4.29.2-aarch64-linux)
145+
google-protobuf (4.29.4-aarch64-linux)
150146
bigdecimal
151147
rake (>= 13)
152-
google-protobuf (4.29.2-arm64-darwin)
148+
google-protobuf (4.29.4-arm64-darwin)
153149
bigdecimal
154150
rake (>= 13)
155-
google-protobuf (4.29.2-x86-linux)
151+
google-protobuf (4.29.4-x86-linux)
156152
bigdecimal
157153
rake (>= 13)
158-
google-protobuf (4.29.2-x86_64-darwin)
154+
google-protobuf (4.29.4-x86_64-darwin)
159155
bigdecimal
160156
rake (>= 13)
161-
google-protobuf (4.29.2-x86_64-linux)
157+
google-protobuf (4.29.4-x86_64-linux)
162158
bigdecimal
163159
rake (>= 13)
164160
hashdiff (1.1.2)
165-
httparty (0.22.0)
161+
httparty (0.23.1)
166162
csv
167163
mini_mime (>= 1.0.0)
168164
multi_xml (>= 0.5.2)
@@ -182,7 +178,7 @@ GEM
182178
json (2.9.1)
183179
language_server-protocol (3.17.0.4)
184180
lint_roller (1.1.0)
185-
logger (1.6.5)
181+
logger (1.7.0)
186182
loofah (2.24.0)
187183
crass (~> 1.0.2)
188184
nokogiri (>= 1.12.0)
@@ -195,9 +191,9 @@ GEM
195191
matrix (0.4.2)
196192
mini_mime (1.1.5)
197193
mini_portile2 (2.8.8)
198-
minitest (5.25.4)
194+
minitest (5.25.5)
199195
msgpack (1.7.5)
200-
multi_xml (0.7.1)
196+
multi_xml (0.7.2)
201197
bigdecimal (~> 3.1)
202198
net-imap (0.5.5)
203199
date
@@ -209,36 +205,36 @@ GEM
209205
net-smtp (0.5.0)
210206
net-protocol
211207
nio4r (2.7.4)
212-
nokogiri (1.18.2)
208+
nokogiri (1.18.8)
213209
mini_portile2 (~> 2.8.2)
214210
racc (~> 1.4)
215-
nokogiri (1.18.2-aarch64-linux-gnu)
211+
nokogiri (1.18.8-aarch64-linux-gnu)
216212
racc (~> 1.4)
217-
nokogiri (1.18.2-arm-linux-gnu)
213+
nokogiri (1.18.8-arm-linux-gnu)
218214
racc (~> 1.4)
219-
nokogiri (1.18.2-arm64-darwin)
215+
nokogiri (1.18.8-arm64-darwin)
220216
racc (~> 1.4)
221-
nokogiri (1.18.2-x86_64-darwin)
217+
nokogiri (1.18.8-x86_64-darwin)
222218
racc (~> 1.4)
223-
nokogiri (1.18.2-x86_64-linux-gnu)
219+
nokogiri (1.18.8-x86_64-linux-gnu)
224220
racc (~> 1.4)
225221
optimist (3.2.0)
226222
parallel (1.26.3)
227-
parser (3.3.7.1)
223+
parser (3.3.8.0)
228224
ast (~> 2.4.1)
229225
racc
230226
patience_diff (1.2.0)
231227
optimist (~> 3.0)
232228
pg (1.5.9)
233229
popper_js (2.11.8)
234-
psych (5.2.3)
230+
psych (5.2.4)
235231
date
236232
stringio
237-
public_suffix (6.0.1)
233+
public_suffix (6.0.2)
238234
puma (6.6.0)
239235
nio4r (~> 2.0)
240236
racc (1.8.1)
241-
rack (3.1.9)
237+
rack (3.1.13)
242238
rack-session (2.1.0)
243239
base64 (>= 0.1.0)
244240
rack (>= 3.0.0)
@@ -279,21 +275,23 @@ GEM
279275
rake (13.2.1)
280276
rdoc (6.10.0)
281277
psych (>= 4.0.0)
282-
redis (5.3.0)
278+
redis (5.4.0)
283279
redis-client (>= 0.22.0)
284-
redis-client (0.23.0)
280+
redis-client (0.24.0)
285281
connection_pool
286282
regexp_parser (2.10.0)
287-
reline (0.6.0)
283+
reline (0.6.1)
288284
io-console (~> 0.5)
289-
renuocop (0.8.0)
285+
renuocop (0.8.2)
286+
rubocop (>= 1.72)
290287
rubocop-capybara
291288
rubocop-factory_bot
292289
rubocop-performance
293290
rubocop-rails (!= 2.20.1, != 2.20.0)
294291
rubocop-rspec
292+
rubocop-rspec_rails
295293
standard (>= 1.35.1)
296-
rexml (3.4.0)
294+
rexml (3.4.1)
297295
rspec (3.13.0)
298296
rspec-core (~> 3.13.0)
299297
rspec-expectations (~> 3.13.0)
@@ -315,57 +313,63 @@ GEM
315313
rspec-mocks (~> 3.13)
316314
rspec-support (~> 3.13)
317315
rspec-support (3.13.2)
318-
rubocop (1.69.2)
316+
rubocop (1.73.2)
319317
json (~> 2.3)
320-
language_server-protocol (>= 3.17.0)
318+
language_server-protocol (~> 3.17.0.2)
319+
lint_roller (~> 1.1.0)
321320
parallel (~> 1.10)
322321
parser (>= 3.3.0.2)
323322
rainbow (>= 2.2.2, < 4.0)
324323
regexp_parser (>= 2.9.3, < 3.0)
325-
rubocop-ast (>= 1.36.2, < 2.0)
324+
rubocop-ast (>= 1.38.0, < 2.0)
326325
ruby-progressbar (~> 1.7)
327326
unicode-display_width (>= 2.4.0, < 4.0)
328-
rubocop-ast (1.38.0)
327+
rubocop-ast (1.38.1)
329328
parser (>= 3.3.1.0)
330329
rubocop-capybara (2.21.0)
331330
rubocop (~> 1.41)
332331
rubocop-factory_bot (2.26.1)
333332
rubocop (~> 1.61)
334-
rubocop-performance (1.23.0)
333+
rubocop-performance (1.23.1)
335334
rubocop (>= 1.48.1, < 2.0)
336335
rubocop-ast (>= 1.31.1, < 2.0)
337336
rubocop-rails (2.27.0)
338337
activesupport (>= 4.2.0)
339338
rack (>= 1.1)
340339
rubocop (>= 1.52.0, < 2.0)
341340
rubocop-ast (>= 1.31.1, < 2.0)
342-
rubocop-rspec (3.3.0)
343-
rubocop (~> 1.61)
341+
rubocop-rspec (3.5.0)
342+
lint_roller (~> 1.1)
343+
rubocop (~> 1.72, >= 1.72.1)
344+
rubocop-rspec_rails (2.31.0)
345+
lint_roller (~> 1.1)
346+
rubocop (~> 1.72, >= 1.72.1)
347+
rubocop-rspec (~> 3.5)
344348
ruby-progressbar (1.13.0)
345349
rubyzip (2.4.1)
346-
sass-embedded (1.83.1)
350+
sass-embedded (1.83.4)
347351
google-protobuf (~> 4.29)
348352
rake (>= 13)
349-
sass-embedded (1.83.1-aarch64-linux-gnu)
353+
sass-embedded (1.83.4-aarch64-linux-gnu)
350354
google-protobuf (~> 4.29)
351-
sass-embedded (1.83.1-arm-linux-gnueabihf)
355+
sass-embedded (1.83.4-arm-linux-gnueabihf)
352356
google-protobuf (~> 4.29)
353-
sass-embedded (1.83.1-arm64-darwin)
357+
sass-embedded (1.83.4-arm64-darwin)
354358
google-protobuf (~> 4.29)
355-
sass-embedded (1.83.1-x86_64-darwin)
359+
sass-embedded (1.83.4-x86_64-darwin)
356360
google-protobuf (~> 4.29)
357-
sass-embedded (1.83.1-x86_64-linux-gnu)
361+
sass-embedded (1.83.4-x86_64-linux-gnu)
358362
google-protobuf (~> 4.29)
359-
sassc-embedded (1.80.1)
363+
sassc-embedded (1.80.4)
360364
sass-embedded (~> 1.80)
361365
securerandom (0.4.1)
362-
selenium-webdriver (4.28.0)
366+
selenium-webdriver (4.32.0)
363367
base64 (~> 0.2)
364368
logger (~> 1.4)
365369
rexml (~> 3.2, >= 3.2.5)
366370
rubyzip (>= 1.2.2, < 3.0)
367371
websocket (~> 1.0)
368-
shoulda-matchers (6.4.0)
372+
shoulda-matchers (6.5.0)
369373
activesupport (>= 5.2.0)
370374
simplecov (0.22.0)
371375
docile (~> 1.1)
@@ -374,17 +378,18 @@ GEM
374378
simplecov-html (0.13.1)
375379
simplecov_json_formatter (0.1.4)
376380
smart_properties (1.17.0)
377-
sprockets (4.2.1)
381+
sprockets (4.2.2)
378382
concurrent-ruby (~> 1.0)
383+
logger
379384
rack (>= 2.2.4, < 4)
380385
sprockets-rails (3.5.2)
381386
actionpack (>= 6.1)
382387
activesupport (>= 6.1)
383388
sprockets (>= 3.0.0)
384-
standard (1.43.0)
389+
standard (1.46.0)
385390
language_server-protocol (~> 3.17.0.2)
386391
lint_roller (~> 1.0)
387-
rubocop (~> 1.69.1)
392+
rubocop (~> 1.73.0)
388393
standard-custom (~> 1.0.0)
389394
standard-performance (~> 1.6)
390395
standard-custom (1.0.2)
@@ -395,17 +400,17 @@ GEM
395400
rubocop-performance (~> 1.23.0)
396401
stimulus-rails (1.3.4)
397402
railties (>= 6.0.0)
398-
stringio (3.1.2)
403+
stringio (3.1.7)
399404
super_diff (0.15.0)
400405
attr_extras (>= 6.2.4)
401406
diff-lcs
402407
patience_diff
403408
thor (1.3.2)
404409
tilt (2.5.0)
405410
timeout (0.4.3)
406-
turbo-rails (2.0.11)
407-
actionpack (>= 6.0.0)
408-
railties (>= 6.0.0)
411+
turbo-rails (2.0.13)
412+
actionpack (>= 7.1.0)
413+
railties (>= 7.1.0)
409414
tzinfo (2.0.6)
410415
concurrent-ruby (~> 1.0)
411416
unicode-display_width (3.1.4)
@@ -417,7 +422,7 @@ GEM
417422
activemodel (>= 6.0.0)
418423
bindex (>= 0.4.0)
419424
railties (>= 6.0.0)
420-
webmock (3.25.0)
425+
webmock (3.25.1)
421426
addressable (>= 2.8.0)
422427
crack (>= 0.3.2)
423428
hashdiff (>= 0.4.0, < 2.0.0)
@@ -428,7 +433,7 @@ GEM
428433
websocket-extensions (0.1.5)
429434
xpath (3.2.0)
430435
nokogiri (~> 1.8)
431-
zeitwerk (2.7.1)
436+
zeitwerk (2.7.2)
432437

433438
PLATFORMS
434439
aarch64-linux

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- db
1515

1616
db:
17-
image: postgres:17.2@sha256:3267c505060a0052e5aa6e5175a7b41ab6b04da2f8c4540fc6e98a37210aa2d3
17+
image: postgres:17.4@sha256:304ab813518754228f9f792f79d6da36359b82d8ecf418096c636725f8c930ad
1818
environment:
1919
POSTGRES_USER: postgres
2020
POSTGRES_PASSWORD: postgres

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"eslint": "9.x"
44
},
55
"devDependencies": {
6-
"@eslint/js": "9.19.0",
7-
"globals": "15.14.0"
6+
"@eslint/js": "9.26.0",
7+
"globals": "15.15.0"
88
}
99
}

0 commit comments

Comments
 (0)