Skip to content

Commit c83fe25

Browse files
depfu[bot]mockdeep
authored andcommitted
Update all Bundler dependencies (2025-03-17)
1 parent 7c43080 commit c83fe25

File tree

3 files changed

+80
-101
lines changed

3 files changed

+80
-101
lines changed

.rubocop.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
inherit_from: .rubocop_todo.yml
22
inherit_mode: { merge: [Exclude] }
33

4-
require:
4+
plugins:
55
- rubocop-capybara
66
- rubocop-factory_bot
7-
- rubocop-rspec_rails
8-
9-
plugins:
107
- rubocop-rails
118
- rubocop-rake
129
- rubocop-rspec
10+
- rubocop-rspec_rails
1311

1412
AllCops:
1513
DisplayCopNames: true
@@ -59,6 +57,7 @@ Style/Documentation: { Enabled: false }
5957

6058
Bundler/GemComment: { Enabled: false }
6159
Bundler/GemVersion: { Enabled: false }
60+
Capybara/AmbiguousClick: { Enabled: false }
6261
Layout/SingleLineBlockChain: { Enabled: false }
6362
Lint/ConstantResolution: { Enabled: false }
6463
Rails/BulkChangeTable: { Enabled: false }

.rubocop_todo.yml

+12-34
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 400`
3-
# on 2024-03-23 21:41:23 UTC using RuboCop version 1.62.1.
3+
# on 2025-03-17 18:44:59 UTC using RuboCop version 1.74.0.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

9+
# Offense count: 3
10+
Capybara/NegationMatcherAfterVisit:
11+
Exclude:
12+
- 'spec/system/account_setup_spec.rb'
13+
- 'spec/system/stories_index_spec.rb'
14+
915
# Offense count: 6
1016
# This cop supports safe autocorrection (--autocorrect).
1117
# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
@@ -18,18 +24,6 @@ Layout/HashAlignment:
1824
- 'db/migrate/20240314031221_create_good_job_labels_index.rb'
1925
- 'db/migrate/20240314031223_create_index_good_job_jobs_for_candidate_lookup.rb'
2026

21-
# Offense count: 28
22-
# This cop supports safe autocorrection (--autocorrect).
23-
# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
24-
# URISchemes: http, https
25-
Layout/LineLength:
26-
Exclude:
27-
- 'db/migrate/20230801025231_create_index_good_jobs_jobs_on_priority_created_at_when_unfinished.rb'
28-
- 'db/migrate/20240314031219_recreate_good_job_cron_indexes_with_conditional.rb'
29-
- 'db/migrate/20240314031221_create_good_job_labels_index.rb'
30-
- 'db/migrate/20240314031222_remove_good_job_active_id_index.rb'
31-
- 'db/migrate/20240314031223_create_index_good_job_jobs_for_candidate_lookup.rb'
32-
3327
# Offense count: 19
3428
# This cop supports safe autocorrection (--autocorrect).
3529
# Configuration parameters: AllowMultilineFinalElement.
@@ -55,21 +49,6 @@ Lint/NumberConversion:
5549
- 'spec/models/feed_spec.rb'
5650
- 'spec/models/story_spec.rb'
5751

58-
# Offense count: 3
59-
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes, Max.
60-
Metrics/AbcSize:
61-
Exclude:
62-
- 'db/migrate/20230801025232_create_good_job_batches.rb'
63-
- 'db/migrate/20230801025233_create_good_job_executions.rb'
64-
- 'db/migrate/20240314031219_recreate_good_job_cron_indexes_with_conditional.rb'
65-
66-
# Offense count: 1
67-
# Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns, inherit_mode.
68-
# AllowedMethods: refine
69-
Metrics/BlockLength:
70-
Exclude:
71-
- 'db/migrate/20240314031219_recreate_good_job_cron_indexes_with_conditional.rb'
72-
7352
# Offense count: 1
7453
# Configuration parameters: AllowedMethods, AllowedPatterns, Max.
7554
Metrics/CyclomaticComplexity:
@@ -92,7 +71,7 @@ Metrics/PerceivedComplexity:
9271
- 'db/migrate/20240314031219_recreate_good_job_cron_indexes_with_conditional.rb'
9372

9473
# Offense count: 2
95-
# Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.
74+
# Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros, UseSorbetSigs.
9675
# NamePrefix: is_, has_, have_
9776
# ForbiddenPrefixes: is_, has_, have_
9877
# AllowedMethods: is_a?
@@ -106,7 +85,7 @@ RSpec/Be:
10685
Exclude:
10786
- 'spec/commands/feed/import_from_opml_spec.rb'
10887

109-
# Offense count: 12
88+
# Offense count: 13
11089
# Configuration parameters: Prefixes, AllowedPatterns.
11190
# Prefixes: when, with, without
11291
RSpec/ContextWording:
@@ -123,7 +102,7 @@ RSpec/DescribeClass:
123102
Exclude:
124103
- 'spec/integration/feed_importing_spec.rb'
125104

126-
# Offense count: 33
105+
# Offense count: 34
127106
# Configuration parameters: Max, CountAsOne.
128107
RSpec/ExampleLength:
129108
Exclude:
@@ -155,7 +134,7 @@ RSpec/MessageExpectation:
155134
- 'spec/tasks/remove_old_stories_spec.rb'
156135
- 'spec/utils/i18n_support_spec.rb'
157136

158-
# Offense count: 25
137+
# Offense count: 26
159138
# Configuration parameters: Max.
160139
RSpec/MultipleExpectations:
161140
Exclude:
@@ -222,14 +201,13 @@ Rails/SaveBang:
222201
- 'app/repositories/user_repository.rb'
223202
- 'db/migrate/20130821020313_update_nil_entry_ids.rb'
224203

225-
# Offense count: 3
204+
# Offense count: 2
226205
# Configuration parameters: ForbiddenMethods, AllowedMethods.
227206
# ForbiddenMethods: decrement!, decrement_counter, increment!, increment_counter, insert, insert!, insert_all, insert_all!, toggle!, touch, touch_all, update_all, update_attribute, update_column, update_columns, update_counters, upsert, upsert_all
228207
Rails/SkipsModelValidations:
229208
Exclude:
230209
- 'db/migrate/20140421224454_fix_invalid_unicode.rb'
231210
- 'db/migrate/20141102103617_fix_invalid_titles_with_unicode_line_endings.rb'
232-
- 'db/migrate/20230223231930_add_username_to_users.rb'
233211

234212
# Offense count: 5
235213
# Configuration parameters: Include.

Gemfile.lock

+65-63
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.1)
5-
actionpack (= 8.0.1)
6-
activesupport (= 8.0.1)
4+
actioncable (8.0.2)
5+
actionpack (= 8.0.2)
6+
activesupport (= 8.0.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.1)
11-
actionpack (= 8.0.1)
12-
activejob (= 8.0.1)
13-
activerecord (= 8.0.1)
14-
activestorage (= 8.0.1)
15-
activesupport (= 8.0.1)
10+
actionmailbox (8.0.2)
11+
actionpack (= 8.0.2)
12+
activejob (= 8.0.2)
13+
activerecord (= 8.0.2)
14+
activestorage (= 8.0.2)
15+
activesupport (= 8.0.2)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.1)
18-
actionpack (= 8.0.1)
19-
actionview (= 8.0.1)
20-
activejob (= 8.0.1)
21-
activesupport (= 8.0.1)
17+
actionmailer (8.0.2)
18+
actionpack (= 8.0.2)
19+
actionview (= 8.0.2)
20+
activejob (= 8.0.2)
21+
activesupport (= 8.0.2)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.1)
25-
actionview (= 8.0.1)
26-
activesupport (= 8.0.1)
24+
actionpack (8.0.2)
25+
actionview (= 8.0.2)
26+
activesupport (= 8.0.2)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.1)
35-
actionpack (= 8.0.1)
36-
activerecord (= 8.0.1)
37-
activestorage (= 8.0.1)
38-
activesupport (= 8.0.1)
34+
actiontext (8.0.2)
35+
actionpack (= 8.0.2)
36+
activerecord (= 8.0.2)
37+
activestorage (= 8.0.2)
38+
activesupport (= 8.0.2)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.1)
42-
activesupport (= 8.0.1)
41+
actionview (8.0.2)
42+
activesupport (= 8.0.2)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.1)
48-
activesupport (= 8.0.1)
47+
activejob (8.0.2)
48+
activesupport (= 8.0.2)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.1)
51-
activesupport (= 8.0.1)
52-
activerecord (8.0.1)
53-
activemodel (= 8.0.1)
54-
activesupport (= 8.0.1)
50+
activemodel (8.0.2)
51+
activesupport (= 8.0.2)
52+
activerecord (8.0.2)
53+
activemodel (= 8.0.2)
54+
activesupport (= 8.0.2)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.1)
57-
actionpack (= 8.0.1)
58-
activejob (= 8.0.1)
59-
activerecord (= 8.0.1)
60-
activesupport (= 8.0.1)
56+
activestorage (8.0.2)
57+
actionpack (= 8.0.2)
58+
activejob (= 8.0.2)
59+
activerecord (= 8.0.2)
60+
activesupport (= 8.0.2)
6161
marcel (~> 1.0)
62-
activesupport (8.0.1)
62+
activesupport (8.0.2)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -189,7 +189,7 @@ GEM
189189
method_source (1.1.0)
190190
mini_mime (1.1.5)
191191
mini_portile2 (2.8.8)
192-
minitest (5.25.4)
192+
minitest (5.25.5)
193193
msgpack (1.8.0)
194194
multi_xml (0.7.1)
195195
bigdecimal (~> 3.1)
@@ -203,7 +203,7 @@ GEM
203203
net-smtp (0.5.1)
204204
net-protocol
205205
nio4r (2.7.4)
206-
nokogiri (1.18.3)
206+
nokogiri (1.18.4)
207207
mini_portile2 (~> 2.8.2)
208208
racc (~> 1.4)
209209
ostruct (0.6.1)
@@ -239,30 +239,30 @@ GEM
239239
rack (>= 1.3)
240240
rackup (2.2.1)
241241
rack (>= 3)
242-
rails (8.0.1)
243-
actioncable (= 8.0.1)
244-
actionmailbox (= 8.0.1)
245-
actionmailer (= 8.0.1)
246-
actionpack (= 8.0.1)
247-
actiontext (= 8.0.1)
248-
actionview (= 8.0.1)
249-
activejob (= 8.0.1)
250-
activemodel (= 8.0.1)
251-
activerecord (= 8.0.1)
252-
activestorage (= 8.0.1)
253-
activesupport (= 8.0.1)
242+
rails (8.0.2)
243+
actioncable (= 8.0.2)
244+
actionmailbox (= 8.0.2)
245+
actionmailer (= 8.0.2)
246+
actionpack (= 8.0.2)
247+
actiontext (= 8.0.2)
248+
actionview (= 8.0.2)
249+
activejob (= 8.0.2)
250+
activemodel (= 8.0.2)
251+
activerecord (= 8.0.2)
252+
activestorage (= 8.0.2)
253+
activesupport (= 8.0.2)
254254
bundler (>= 1.15.0)
255-
railties (= 8.0.1)
255+
railties (= 8.0.2)
256256
rails-dom-testing (2.2.0)
257257
activesupport (>= 5.0.0)
258258
minitest
259259
nokogiri (>= 1.6)
260260
rails-html-sanitizer (1.6.2)
261261
loofah (~> 2.21)
262262
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
263-
railties (8.0.1)
264-
actionpack (= 8.0.1)
265-
activesupport (= 8.0.1)
263+
railties (8.0.2)
264+
actionpack (= 8.0.2)
265+
activesupport (= 8.0.2)
266266
irb (~> 1.13)
267267
rackup (>= 1.0.0)
268268
rake (>= 12.2)
@@ -300,7 +300,7 @@ GEM
300300
rspec-mocks (~> 3.13)
301301
rspec-support (~> 3.13)
302302
rspec-support (3.13.2)
303-
rubocop (1.73.2)
303+
rubocop (1.74.0)
304304
json (~> 2.3)
305305
language_server-protocol (~> 3.17.0.2)
306306
lint_roller (~> 1.1.0)
@@ -311,11 +311,12 @@ GEM
311311
rubocop-ast (>= 1.38.0, < 2.0)
312312
ruby-progressbar (~> 1.7)
313313
unicode-display_width (>= 2.4.0, < 4.0)
314-
rubocop-ast (1.38.1)
314+
rubocop-ast (1.39.0)
315315
parser (>= 3.3.1.0)
316-
rubocop-capybara (2.21.0)
317-
rubocop (~> 1.41)
318-
rubocop-factory_bot (2.27.0)
316+
rubocop-capybara (2.22.1)
317+
lint_roller (~> 1.1)
318+
rubocop (~> 1.72, >= 1.72.1)
319+
rubocop-factory_bot (2.27.1)
319320
lint_roller (~> 1.1)
320321
rubocop (~> 1.72, >= 1.72.1)
321322
rubocop-rails (2.30.3)
@@ -330,9 +331,10 @@ GEM
330331
rubocop-rspec (3.5.0)
331332
lint_roller (~> 1.1)
332333
rubocop (~> 1.72, >= 1.72.1)
333-
rubocop-rspec_rails (2.30.0)
334-
rubocop (~> 1.61)
335-
rubocop-rspec (~> 3, >= 3.0.1)
334+
rubocop-rspec_rails (2.31.0)
335+
lint_roller (~> 1.1)
336+
rubocop (~> 1.72, >= 1.72.1)
337+
rubocop-rspec (~> 3.5)
336338
ruby-progressbar (1.13.0)
337339
rubyzip (2.4.1)
338340
sass (3.7.4)

0 commit comments

Comments
 (0)