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

Commit 1f97681

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

File tree

6 files changed

+130
-109
lines changed

6 files changed

+130
-109
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.14.0

Gemfile.lock

Lines changed: 57 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ 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)
7979
autoprefixer-rails (10.4.19.0)
8080
execjs (~> 2)
@@ -94,7 +94,7 @@ GEM
9494
bootstrap (5.3.3)
9595
autoprefixer-rails (>= 9.1.0)
9696
popper_js (>= 2.11.8, < 3)
97-
brakeman (7.0.0)
97+
brakeman (7.0.2)
9898
racc
9999
builder (3.3.0)
100100
capybara (3.40.0)
@@ -112,8 +112,8 @@ GEM
112112
bigdecimal
113113
rexml
114114
crass (1.0.6)
115-
csv (3.3.1)
116-
dartsass-sprockets (3.2.0)
115+
csv (3.3.3)
116+
dartsass-sprockets (3.2.1)
117117
railties (>= 4.0.0)
118118
sassc-embedded (~> 1.80.1)
119119
sprockets (> 3.0)
@@ -143,26 +143,26 @@ GEM
143143
railties (>= 5.0.0)
144144
globalid (1.2.1)
145145
activesupport (>= 6.1)
146-
google-protobuf (4.29.2)
146+
google-protobuf (4.29.4)
147147
bigdecimal
148148
rake (>= 13)
149-
google-protobuf (4.29.2-aarch64-linux)
149+
google-protobuf (4.29.4-aarch64-linux)
150150
bigdecimal
151151
rake (>= 13)
152-
google-protobuf (4.29.2-arm64-darwin)
152+
google-protobuf (4.29.4-arm64-darwin)
153153
bigdecimal
154154
rake (>= 13)
155-
google-protobuf (4.29.2-x86-linux)
155+
google-protobuf (4.29.4-x86-linux)
156156
bigdecimal
157157
rake (>= 13)
158-
google-protobuf (4.29.2-x86_64-darwin)
158+
google-protobuf (4.29.4-x86_64-darwin)
159159
bigdecimal
160160
rake (>= 13)
161-
google-protobuf (4.29.2-x86_64-linux)
161+
google-protobuf (4.29.4-x86_64-linux)
162162
bigdecimal
163163
rake (>= 13)
164164
hashdiff (1.1.2)
165-
httparty (0.22.0)
165+
httparty (0.23.1)
166166
csv
167167
mini_mime (>= 1.0.0)
168168
multi_xml (>= 0.5.2)
@@ -182,7 +182,7 @@ GEM
182182
json (2.9.1)
183183
language_server-protocol (3.17.0.4)
184184
lint_roller (1.1.0)
185-
logger (1.6.5)
185+
logger (1.7.0)
186186
loofah (2.24.0)
187187
crass (~> 1.0.2)
188188
nokogiri (>= 1.12.0)
@@ -195,7 +195,7 @@ GEM
195195
matrix (0.4.2)
196196
mini_mime (1.1.5)
197197
mini_portile2 (2.8.8)
198-
minitest (5.25.4)
198+
minitest (5.25.5)
199199
msgpack (1.7.5)
200200
multi_xml (0.7.1)
201201
bigdecimal (~> 3.1)
@@ -209,22 +209,22 @@ GEM
209209
net-smtp (0.5.0)
210210
net-protocol
211211
nio4r (2.7.4)
212-
nokogiri (1.18.2)
212+
nokogiri (1.18.7)
213213
mini_portile2 (~> 2.8.2)
214214
racc (~> 1.4)
215-
nokogiri (1.18.2-aarch64-linux-gnu)
215+
nokogiri (1.18.7-aarch64-linux-gnu)
216216
racc (~> 1.4)
217-
nokogiri (1.18.2-arm-linux-gnu)
217+
nokogiri (1.18.7-arm-linux-gnu)
218218
racc (~> 1.4)
219-
nokogiri (1.18.2-arm64-darwin)
219+
nokogiri (1.18.7-arm64-darwin)
220220
racc (~> 1.4)
221-
nokogiri (1.18.2-x86_64-darwin)
221+
nokogiri (1.18.7-x86_64-darwin)
222222
racc (~> 1.4)
223-
nokogiri (1.18.2-x86_64-linux-gnu)
223+
nokogiri (1.18.7-x86_64-linux-gnu)
224224
racc (~> 1.4)
225225
optimist (3.2.0)
226226
parallel (1.26.3)
227-
parser (3.3.7.1)
227+
parser (3.3.7.4)
228228
ast (~> 2.4.1)
229229
racc
230230
patience_diff (1.2.0)
@@ -238,7 +238,7 @@ GEM
238238
puma (6.6.0)
239239
nio4r (~> 2.0)
240240
racc (1.8.1)
241-
rack (3.1.9)
241+
rack (3.1.12)
242242
rack-session (2.1.0)
243243
base64 (>= 0.1.0)
244244
rack (>= 3.0.0)
@@ -279,21 +279,23 @@ GEM
279279
rake (13.2.1)
280280
rdoc (6.10.0)
281281
psych (>= 4.0.0)
282-
redis (5.3.0)
282+
redis (5.4.0)
283283
redis-client (>= 0.22.0)
284-
redis-client (0.23.0)
284+
redis-client (0.24.0)
285285
connection_pool
286286
regexp_parser (2.10.0)
287-
reline (0.6.0)
287+
reline (0.6.1)
288288
io-console (~> 0.5)
289-
renuocop (0.8.0)
289+
renuocop (0.8.2)
290+
rubocop (>= 1.72)
290291
rubocop-capybara
291292
rubocop-factory_bot
292293
rubocop-performance
293294
rubocop-rails (!= 2.20.1, != 2.20.0)
294295
rubocop-rspec
296+
rubocop-rspec_rails
295297
standard (>= 1.35.1)
296-
rexml (3.4.0)
298+
rexml (3.4.1)
297299
rspec (3.13.0)
298300
rspec-core (~> 3.13.0)
299301
rspec-expectations (~> 3.13.0)
@@ -315,51 +317,57 @@ GEM
315317
rspec-mocks (~> 3.13)
316318
rspec-support (~> 3.13)
317319
rspec-support (3.13.2)
318-
rubocop (1.69.2)
320+
rubocop (1.73.2)
319321
json (~> 2.3)
320-
language_server-protocol (>= 3.17.0)
322+
language_server-protocol (~> 3.17.0.2)
323+
lint_roller (~> 1.1.0)
321324
parallel (~> 1.10)
322325
parser (>= 3.3.0.2)
323326
rainbow (>= 2.2.2, < 4.0)
324327
regexp_parser (>= 2.9.3, < 3.0)
325-
rubocop-ast (>= 1.36.2, < 2.0)
328+
rubocop-ast (>= 1.38.0, < 2.0)
326329
ruby-progressbar (~> 1.7)
327330
unicode-display_width (>= 2.4.0, < 4.0)
328-
rubocop-ast (1.38.0)
331+
rubocop-ast (1.38.1)
329332
parser (>= 3.3.1.0)
330333
rubocop-capybara (2.21.0)
331334
rubocop (~> 1.41)
332335
rubocop-factory_bot (2.26.1)
333336
rubocop (~> 1.61)
334-
rubocop-performance (1.23.0)
337+
rubocop-performance (1.23.1)
335338
rubocop (>= 1.48.1, < 2.0)
336339
rubocop-ast (>= 1.31.1, < 2.0)
337340
rubocop-rails (2.27.0)
338341
activesupport (>= 4.2.0)
339342
rack (>= 1.1)
340343
rubocop (>= 1.52.0, < 2.0)
341344
rubocop-ast (>= 1.31.1, < 2.0)
342-
rubocop-rspec (3.3.0)
343-
rubocop (~> 1.61)
345+
rubocop-rspec (3.5.0)
346+
lint_roller (~> 1.1)
347+
rubocop (~> 1.72, >= 1.72.1)
348+
rubocop-rspec_rails (2.31.0)
349+
lint_roller (~> 1.1)
350+
rubocop (~> 1.72, >= 1.72.1)
351+
rubocop-rspec (~> 3.5)
344352
ruby-progressbar (1.13.0)
345353
rubyzip (2.4.1)
346-
sass-embedded (1.83.1)
354+
sass-embedded (1.83.4)
347355
google-protobuf (~> 4.29)
348356
rake (>= 13)
349-
sass-embedded (1.83.1-aarch64-linux-gnu)
357+
sass-embedded (1.83.4-aarch64-linux-gnu)
350358
google-protobuf (~> 4.29)
351-
sass-embedded (1.83.1-arm-linux-gnueabihf)
359+
sass-embedded (1.83.4-arm-linux-gnueabihf)
352360
google-protobuf (~> 4.29)
353-
sass-embedded (1.83.1-arm64-darwin)
361+
sass-embedded (1.83.4-arm64-darwin)
354362
google-protobuf (~> 4.29)
355-
sass-embedded (1.83.1-x86_64-darwin)
363+
sass-embedded (1.83.4-x86_64-darwin)
356364
google-protobuf (~> 4.29)
357-
sass-embedded (1.83.1-x86_64-linux-gnu)
365+
sass-embedded (1.83.4-x86_64-linux-gnu)
358366
google-protobuf (~> 4.29)
359-
sassc-embedded (1.80.1)
367+
sassc-embedded (1.80.4)
360368
sass-embedded (~> 1.80)
361369
securerandom (0.4.1)
362-
selenium-webdriver (4.28.0)
370+
selenium-webdriver (4.31.0)
363371
base64 (~> 0.2)
364372
logger (~> 1.4)
365373
rexml (~> 3.2, >= 3.2.5)
@@ -381,10 +389,10 @@ GEM
381389
actionpack (>= 6.1)
382390
activesupport (>= 6.1)
383391
sprockets (>= 3.0.0)
384-
standard (1.43.0)
392+
standard (1.46.0)
385393
language_server-protocol (~> 3.17.0.2)
386394
lint_roller (~> 1.0)
387-
rubocop (~> 1.69.1)
395+
rubocop (~> 1.73.0)
388396
standard-custom (~> 1.0.0)
389397
standard-performance (~> 1.6)
390398
standard-custom (1.0.2)
@@ -395,17 +403,17 @@ GEM
395403
rubocop-performance (~> 1.23.0)
396404
stimulus-rails (1.3.4)
397405
railties (>= 6.0.0)
398-
stringio (3.1.2)
406+
stringio (3.1.6)
399407
super_diff (0.15.0)
400408
attr_extras (>= 6.2.4)
401409
diff-lcs
402410
patience_diff
403411
thor (1.3.2)
404412
tilt (2.5.0)
405413
timeout (0.4.3)
406-
turbo-rails (2.0.11)
407-
actionpack (>= 6.0.0)
408-
railties (>= 6.0.0)
414+
turbo-rails (2.0.13)
415+
actionpack (>= 7.1.0)
416+
railties (>= 7.1.0)
409417
tzinfo (2.0.6)
410418
concurrent-ruby (~> 1.0)
411419
unicode-display_width (3.1.4)
@@ -417,7 +425,7 @@ GEM
417425
activemodel (>= 6.0.0)
418426
bindex (>= 0.4.0)
419427
railties (>= 6.0.0)
420-
webmock (3.25.0)
428+
webmock (3.25.1)
421429
addressable (>= 2.8.0)
422430
crack (>= 0.3.2)
423431
hashdiff (>= 0.4.0, < 2.0.0)
@@ -428,7 +436,7 @@ GEM
428436
websocket-extensions (0.1.5)
429437
xpath (3.2.0)
430438
nokogiri (~> 1.8)
431-
zeitwerk (2.7.1)
439+
zeitwerk (2.7.2)
432440

433441
PLATFORMS
434442
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:fe3f571d128e8efadcd8b2fde0e2b73ebab6dbec33f6bfe69d98c682c7d8f7bd
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.24.0",
7+
"globals": "15.15.0"
88
}
99
}

0 commit comments

Comments
 (0)