diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 7df78c2a7..cd91918aa 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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 @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index f74d39cd6..1a7410a05 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -303,7 +303,7 @@ 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) @@ -311,10 +311,10 @@ GEM 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) @@ -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)