Skip to content

Commit 24cf8b7

Browse files
committed
Churn: update dependencies
1 parent ea283c1 commit 24cf8b7

File tree

2 files changed

+162
-157
lines changed

2 files changed

+162
-157
lines changed

Gemfile.lock

+40-35
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GEM
115115
railties (>= 6.0.0)
116116
sass-embedded (~> 1.63)
117117
date (3.4.1)
118-
diff-lcs (1.5.1)
118+
diff-lcs (1.6.0)
119119
drb (2.2.1)
120120
erb_lint (0.9.0)
121121
activesupport
@@ -125,8 +125,8 @@ GEM
125125
rubocop (>= 1)
126126
smart_properties
127127
erubi (1.13.1)
128-
factory_bot (6.5.0)
129-
activesupport (>= 5.0.0)
128+
factory_bot (6.5.1)
129+
activesupport (>= 6.1.0)
130130
factory_bot_rails (6.4.4)
131131
factory_bot (~> 6.5)
132132
railties (>= 5.0.0)
@@ -155,12 +155,13 @@ GEM
155155
pp (>= 0.6.0)
156156
rdoc (>= 4.0.0)
157157
reline (>= 0.4.2)
158-
json (2.9.1)
158+
json (2.10.1)
159159
katalyst-html-attributes (1.1.1)
160160
activesupport
161161
html-attributes-utils
162162
language_server-protocol (3.17.0.4)
163-
logger (1.6.5)
163+
lint_roller (1.1.0)
164+
logger (1.6.6)
164165
loofah (2.24.0)
165166
crass (~> 1.0.2)
166167
nokogiri (>= 1.12.0)
@@ -175,20 +176,21 @@ GEM
175176
mini_mime (1.1.5)
176177
mini_portile2 (2.8.8)
177178
minitest (5.25.4)
178-
net-imap (0.5.5)
179+
net-imap (0.5.6)
179180
date
180181
net-protocol
181182
net-pop (0.1.2)
182183
net-protocol
183184
net-protocol (0.2.2)
184185
timeout
185-
net-smtp (0.5.0)
186+
net-smtp (0.5.1)
187+
net-protocol
186188
nio4r (2.7.4)
187-
nokogiri (1.18.2)
189+
nokogiri (1.18.3)
188190
mini_portile2 (~> 2.8.2)
189191
racc (~> 1.4)
190192
parallel (1.26.3)
191-
parser (3.3.7.0)
193+
parser (3.3.7.1)
192194
ast (~> 2.4.1)
193195
racc
194196
pp (0.6.2)
@@ -206,7 +208,7 @@ GEM
206208
puma (6.6.0)
207209
nio4r (~> 2.0)
208210
racc (1.8.1)
209-
rack (3.1.9)
211+
rack (3.1.10)
210212
rack-session (2.1.0)
211213
base64 (>= 0.1.0)
212214
rack (>= 3.0.0)
@@ -249,21 +251,20 @@ GEM
249251
zeitwerk (~> 2.6)
250252
rainbow (3.1.1)
251253
rake (13.2.1)
252-
rdoc (6.11.0)
254+
rdoc (6.12.0)
253255
psych (>= 4.0.0)
254256
regexp_parser (2.10.0)
255257
reline (0.6.0)
256258
io-console (~> 0.5)
257-
rexml (3.4.0)
258-
rspec-core (3.13.2)
259+
rspec-core (3.13.3)
259260
rspec-support (~> 3.13.0)
260261
rspec-expectations (3.13.3)
261262
diff-lcs (>= 1.2.0, < 2.0)
262263
rspec-support (~> 3.13.0)
263264
rspec-mocks (3.13.2)
264265
diff-lcs (>= 1.2.0, < 2.0)
265266
rspec-support (~> 3.13.0)
266-
rspec-rails (7.1.0)
267+
rspec-rails (7.1.1)
267268
actionpack (>= 7.0)
268269
activesupport (>= 7.0)
269270
railties (>= 7.0)
@@ -272,24 +273,24 @@ GEM
272273
rspec-mocks (~> 3.13)
273274
rspec-support (~> 3.13)
274275
rspec-support (3.13.2)
275-
rubocop (1.71.0)
276+
rubocop (1.72.2)
276277
json (~> 2.3)
277-
language_server-protocol (>= 3.17.0)
278+
language_server-protocol (~> 3.17.0.2)
279+
lint_roller (~> 1.1.0)
278280
parallel (~> 1.10)
279281
parser (>= 3.3.0.2)
280282
rainbow (>= 2.2.2, < 4.0)
281283
regexp_parser (>= 2.9.3, < 3.0)
282-
rubocop-ast (>= 1.36.2, < 2.0)
284+
rubocop-ast (>= 1.38.0, < 2.0)
283285
ruby-progressbar (~> 1.7)
284286
unicode-display_width (>= 2.4.0, < 4.0)
285-
rubocop-ast (1.38.0)
287+
rubocop-ast (1.38.1)
286288
parser (>= 3.3.1.0)
287289
rubocop-capybara (2.21.0)
288290
rubocop (~> 1.41)
289291
rubocop-factory_bot (2.26.1)
290292
rubocop (~> 1.61)
291-
rubocop-katalyst (2.1.0)
292-
rexml
293+
rubocop-katalyst (2.1.1)
293294
rubocop
294295
rubocop-capybara
295296
rubocop-factory_bot
@@ -298,34 +299,38 @@ GEM
298299
rubocop-rake
299300
rubocop-rspec
300301
rubocop-rspec_rails
301-
rubocop-performance (1.23.1)
302-
rubocop (>= 1.48.1, < 2.0)
303-
rubocop-ast (>= 1.31.1, < 2.0)
304-
rubocop-rails (2.29.1)
302+
rubocop-performance (1.24.0)
303+
lint_roller (~> 1.1)
304+
rubocop (>= 1.72.1, < 2.0)
305+
rubocop-ast (>= 1.38.0, < 2.0)
306+
rubocop-rails (2.30.2)
305307
activesupport (>= 4.2.0)
308+
lint_roller (~> 1.1)
306309
rack (>= 1.1)
307-
rubocop (>= 1.52.0, < 2.0)
308-
rubocop-ast (>= 1.31.1, < 2.0)
309-
rubocop-rake (0.6.0)
310-
rubocop (~> 1.0)
311-
rubocop-rspec (3.4.0)
312-
rubocop (~> 1.61)
310+
rubocop (>= 1.72.1, < 2.0)
311+
rubocop-ast (>= 1.38.0, < 2.0)
312+
rubocop-rake (0.7.1)
313+
lint_roller (~> 1.1)
314+
rubocop (>= 1.72.1)
315+
rubocop-rspec (3.5.0)
316+
lint_roller (~> 1.1)
317+
rubocop (~> 1.72, >= 1.72.1)
313318
rubocop-rspec_rails (2.30.0)
314319
rubocop (~> 1.61)
315320
rubocop-rspec (~> 3, >= 3.0.1)
316321
ruby-progressbar (1.13.0)
317-
sass-embedded (1.83.4)
322+
sass-embedded (1.85.1)
318323
google-protobuf (~> 4.29)
319324
rake (>= 13)
320325
securerandom (0.4.1)
321326
shoulda-matchers (6.4.0)
322327
activesupport (>= 5.2.0)
323328
smart_properties (1.17.0)
324-
sqlite3 (2.5.0)
329+
sqlite3 (2.6.0)
325330
mini_portile2 (~> 2.8.0)
326331
stimulus-rails (1.3.4)
327332
railties (>= 6.0.0)
328-
stringio (3.1.2)
333+
stringio (3.1.5)
329334
thor (1.3.2)
330335
timeout (0.4.3)
331336
turbo-rails (2.0.11)
@@ -349,7 +354,7 @@ GEM
349354
websocket-extensions (0.1.5)
350355
xpath (3.2.0)
351356
nokogiri (~> 1.8)
352-
zeitwerk (2.7.1)
357+
zeitwerk (2.7.2)
353358

354359
PLATFORMS
355360
ruby
@@ -376,4 +381,4 @@ DEPENDENCIES
376381
stimulus-rails
377382

378383
BUNDLED WITH
379-
2.6.3
384+
2.6.5

0 commit comments

Comments
 (0)