Skip to content

Update all Bundler dependencies (2025-06-09) #1313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 400`
# on 2025-05-19 23:54:35 UTC using RuboCop version 1.75.6.
# on 2025-06-09 17:04:01 UTC using RuboCop version 1.76.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down Expand Up @@ -70,13 +70,20 @@ Metrics/PerceivedComplexity:
Exclude:
- 'db/migrate/20240314031219_recreate_good_job_cron_indexes_with_conditional.rb'

# Offense count: 3
# Configuration parameters: Mode, AllowedMethods.
# AllowedMethods: call
Naming/PredicateMethod:
Exclude:
- 'app/utils/sample_story.rb'

# Offense count: 2
# Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros, UseSorbetSigs.
# NamePrefix: is_, has_, have_, does_
# ForbiddenPrefixes: is_, has_, have_, does_
# AllowedMethods: is_a?
# MethodDefinitionMacros: define_method, define_singleton_method
Naming/PredicateName:
Naming/PredicatePrefix:
Exclude:
- 'app/utils/sample_story.rb'

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
base64 (0.3.0)
bcrypt (3.1.20)
benchmark (0.4.1)
bigdecimal (3.2.1)
bigdecimal (3.2.2)
bindex (0.8.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
Expand Down Expand Up @@ -140,7 +140,7 @@ GEM
et-orbi (1.2.11)
tzinfo
execjs (2.10.0)
factory_bot (6.5.2)
factory_bot (6.5.3)
activesupport (>= 6.1.0)
feedbag (1.0.0)
nokogiri (~> 1.8, >= 1.8.2)
Expand Down Expand Up @@ -303,18 +303,18 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.4)
rubocop (1.75.8)
rubocop (1.76.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.44.0, < 2.0)
rubocop-ast (>= 1.45.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.44.1)
rubocop-ast (1.45.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-capybara (2.22.1)
Expand Down Expand Up @@ -367,7 +367,7 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.7)
stripe (15.2.0)
stripe (15.2.1)
sync (0.5.0)
term-ansicolor (1.11.2)
tins (~> 1.0)
Expand Down