Skip to content

Commit 4559b17

Browse files
depfu[bot]mockdeep
authored andcommitted
Update all Bundler dependencies (2026-02-02)
1 parent 5a5f75f commit 4559b17

2 files changed

Lines changed: 26 additions & 9 deletions

File tree

.rubocop_todo.yml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 400`
3-
# on 2025-11-17 17:32:59 UTC using RuboCop version 1.81.7.
3+
# on 2026-02-02 14:59:16 UTC using RuboCop version 1.84.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
@@ -152,7 +152,7 @@ RSpec/MessageExpectation:
152152
- 'spec/tasks/remove_old_stories_spec.rb'
153153
- 'spec/utils/i18n_support_spec.rb'
154154

155-
# Offense count: 26
155+
# Offense count: 25
156156
# Configuration parameters: Max.
157157
RSpec/MultipleExpectations:
158158
Exclude:
@@ -161,7 +161,6 @@ RSpec/MultipleExpectations:
161161
- 'spec/commands/feed/import_from_opml_spec.rb'
162162
- 'spec/repositories/feed_repository_spec.rb'
163163
- 'spec/repositories/story_repository_spec.rb'
164-
- 'spec/requests/feeds_controller_spec.rb'
165164
- 'spec/tasks/remove_old_stories_spec.rb'
166165
- 'spec/utils/feed_discovery_spec.rb'
167166
- 'spec/utils/i18n_support_spec.rb'
@@ -253,6 +252,24 @@ Rails/Validation:
253252
Exclude:
254253
- 'app/models/story.rb'
255254

255+
# Offense count: 16
256+
# This cop supports unsafe autocorrection (--autocorrect-all).
257+
# Configuration parameters: EnforcedStyle.
258+
# SupportedStyles: brackets, fetch
259+
Style/HashLookupMethod:
260+
Exclude:
261+
- 'app/commands/story/mark_as_read.rb'
262+
- 'app/commands/story/mark_as_starred.rb'
263+
- 'app/commands/story/mark_as_unread.rb'
264+
- 'app/commands/story/mark_as_unstarred.rb'
265+
- 'app/controllers/application_controller.rb'
266+
- 'app/controllers/feeds_controller.rb'
267+
- 'app/controllers/stories_controller.rb'
268+
- 'config/application.rb'
269+
- 'spec/repositories/feed_repository_spec.rb'
270+
- 'spec/repositories/story_repository_spec.rb'
271+
- 'spec/repositories/user_repository_spec.rb'
272+
256273
# Offense count: 1
257274
# This cop supports safe autocorrection (--autocorrect).
258275
Style/IfUnlessModifier:

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ GEM
158158
raabro (~> 1.4)
159159
globalid (1.3.0)
160160
activesupport (>= 6.1)
161-
good_job (4.13.1)
161+
good_job (4.13.2)
162162
activejob (>= 6.1.0)
163163
activerecord (>= 6.1.0)
164164
concurrent-ruby (>= 1.3.1)
@@ -224,7 +224,7 @@ GEM
224224
pp (0.6.3)
225225
prettyprint
226226
prettyprint (0.2.0)
227-
prism (1.8.0)
227+
prism (1.9.0)
228228
pry (0.16.0)
229229
coderay (~> 1.1)
230230
method_source (~> 1.0)
@@ -315,16 +315,16 @@ GEM
315315
rspec-expectations (~> 3.13)
316316
rspec-mocks (~> 3.13)
317317
rspec-support (~> 3.13)
318-
rspec-support (3.13.6)
319-
rubocop (1.82.1)
318+
rspec-support (3.13.7)
319+
rubocop (1.84.0)
320320
json (~> 2.3)
321321
language_server-protocol (~> 3.17.0.2)
322322
lint_roller (~> 1.1.0)
323323
parallel (~> 1.10)
324324
parser (>= 3.3.0.2)
325325
rainbow (>= 2.2.2, < 4.0)
326326
regexp_parser (>= 2.9.3, < 3.0)
327-
rubocop-ast (>= 1.48.0, < 2.0)
327+
rubocop-ast (>= 1.49.0, < 2.0)
328328
ruby-progressbar (~> 1.7)
329329
unicode-display_width (>= 2.4.0, < 4.0)
330330
rubocop-ast (1.49.0)
@@ -380,7 +380,7 @@ GEM
380380
activesupport (>= 6.1)
381381
sprockets (>= 3.0.0)
382382
stringio (3.2.0)
383-
stripe (18.2.0)
383+
stripe (18.3.0)
384384
sync (0.5.0)
385385
term-ansicolor (1.11.3)
386386
tins (~> 1)

0 commit comments

Comments
 (0)