Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-rails (2.19.1 → 2.20.2) · Repo · Changelog
Release Notes
2.20.2
2.20.1
2.20.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 56 commits:
Cut 2.20.2
Update Changelog
Merge pull request #1028 from koic/fix_an_error_for_rails_unique_validation_without_index
Suppress a new `Lint/MixedCaseRange` offense
Fix an error for `Rails/UniqueValidationWithoutIndex`
Switch back docs version to master
Cut 2.20.1
Update Changelog
Merge pull request #1021 from ydah/fix_an_error_for_rails_unique_validation_without_index
Fix an error for `Rails/UniqueValidationWithoutIndex`
Switch back docs version to master
Cut 2.20.0
Update Changelog
Use `Parser::Ruby32` by default for `documentation_syntax_check` Rake task
Merge pull request #999 from r7kamura/date-autocorrect
Merge pull request #1019 from r7kamura/db-wildcard-migrate
Change db migration file pattern so that it supports multiple db
Suppress new `InternalAffairs/CopDescription` offenses
Add a spec for config/default.yml
Fix a false positive for `Lint/RedundantSafeNavigation`
Merge pull request #1008 from samrjenkins/fix-uniqueness-validation-without-index-explicit-disable
Fix Rails/UniquenessValidationWithoutIndex false positive on explicit disable
Use RuboCop Performance 1.18
Merge pull request #1014 from koic/make_lint_redundant_safe_navigation_aware_of_several_methods
Make `Lint/RedundantSafeNavigation` aware of several methods
Merge pull request #1009 from fatkodima/i18n_locale_texts-flash_now
Merge pull request #1005 from splattael/rails-transaction-exit-statement-with-lock-fix
Merge pull request #1013 from fatkodima/fix-three_state_boolean-dynamic-table
Fix `Rails/ThreeStateBooleanColumn` for dynamic tables/columns
Merge pull request #1011 from tka5/add-create-table-with-timestamp-exclude-file
Add the other auto generated migration file of ActiveStorage
Support `flash.now` for `Rails/I18nLocaleTexts`
Merge pull request #1006 from rubocop/dependabot/github_actions/codespell-project/actions-codespell-2
Bump codespell-project/actions-codespell from 1 to 2
Flag `break` in `with_lock` for `Rails/TransactionExitStatement`
Add a project spec to detect settings that haven't set `unsafe`
Use RuboCop RSpec 2.22
Add autocorrection for `Rails/Date`
Merge pull request #998 from fidalgo/fidalgo/not-null-method-error
[Fix #997] Support methods and variables in NotNullColumn
Merge pull request #991 from r7kamura/file-path-autocorrection
Merge pull request #995 from masato-bkn/improve_rails_find_each
Check for `or` method in `Rails/FindEach` cop
Merge pull request #992 from r7kamura/exclude-app-assets
Exclude `app/assets/**/*` by default
Add autocorrection for `Rails/FilePath`
Merge pull request #989 from r7kamura/file-path-interpolation
Merge pull request #988 from r7kamura/ignored-skip-action-filter-option-autocorrection
Merge pull request #990 from r7kamura/fix-require-to-s-on-dstr
Fix `require_to_s` usage on dstr cases
Fix `Rails/FilePath` to detect offenses from complex string interpolation
Add autocorrection for `Rails/IgnoredSkipActionFilterOption`
Use RuboCop RSpec to 2.20
Merge pull request #986 from koic/change_drop_ruby_2_6_support
Drop Ruby 2.6 support
Switch back docs version to master
✳️ rubocop (1.52.0 → 1.52.1) · Repo · Changelog
Release Notes
1.52.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Cut 1.52.1
Update Changelog
Fix an incorrect autocorrect for `Style/SoleNestedConditional`
Remove a redundant `Symbol#to_s`
Merge pull request #11942 from koic/require_parser_3_2_2_3_for_ruby_3_3
Require Parser 3.2.2.3 for Ruby 3.3.0dev as a runtime
Merge pull request #11941 from koic/workaround_for_ruby_3_3_0_and_racc
Workaround for Parser 3.2.2.2 or lower with Ruby 3.3.0dev
Merge pull request #11939 from FnControlRuby/def_node_matcher
Use unification to match `File.open` block param with `#read` receiver
Merge pull request #11936 from FnControlRuby/dir_empty
Improve error message for `Style/DirEmpty`
[Doc] Fix an AsciiDoc format for some cop docs
Merge pull request #11932 from ydah/enhance_CopDescription
Add support for cases starting with an empty comment line in `InternalAffairs/CopDescription` cop
Merge pull request #11930 from rafaelfranca/rm-fix-Exception
Fix exception on Lint/InheritException when class definition has non-constant siblings
Merge pull request #11928 from koic/fix_incorrect_autocorrect_for_lint_ambiguous_block_association
Fix an incorrect autocorrect for `Lint/AmbiguousBlockAssociation`
[Fix #11914] Fix an incorrect examples for `Style/ClassEqualityComparison`
[Fix #11919] Fix an error for `Lint/UselessAssignment`
Revert "Workaround for Style/RedundantBegin when using JRuby 9.2"
Merge pull request #11915 from lucthev/redundant_safe_navigation_false_positive
Fix `Lint/RedundantSafeNavigation` when using `to_s`
Switch back the docs version
↗️ i18n (indirect, 1.14.0 → 1.14.1) · Repo · Changelog
Release Notes
1.14.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 12 commits:
Bump to 1.14.1
Merge pull request #666 from amatsuda/checkout_v3
Fix build warnings in the CI by using actions/checkout@v3
Merge pull request #665 from amatsuda/ci_ruby32
CI against Ruby 3.2
Merge pull request #659 from mark-a/mark-a-fallback-doc
Merge pull request #662 from amatsuda/default_empty_array
Merge pull request #663 from amatsuda/fix_rails_edge_ci
Merge pull request #664 from amatsuda/skip_jruby_rails52
Skip CIing on jruby against Rails 5.2
Read AS MemoryStore value via public API
Simplify the "Translation missing" message when default is an empty Array
↗️ minitest (indirect, 5.18.0 → 5.18.1) · Repo · Changelog
Release Notes
5.18.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 7 commits:
prepped for release
Removed 2.6 from CI.
- Avoid extra string allocations when filtering tests. (tenderlove)
- Only mention deprecated ENV['N'] if it is an integer string.
- Push up test_order to Minitest::Runnable to fix minitest/hell. (koic)
Use minitest organization in links (hsbt)
updated dates / versions in rails faq
↗️ parser (indirect, 3.2.2.1 → 3.2.2.3) · Repo · Changelog
Release Notes
3.2.2.3 (from changelog)
3.2.2.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 7 commits:
Update changelog.
Bump version.
* Add Racc to runtime dependencies (#929)
Update changelog.
Update changelog.
Bump version.
* bump racc to 1.7.0 (#928)
↗️ regexp_parser (indirect, 2.8.0 → 2.8.1) · Repo · Changelog
Release Notes
2.8.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
Release v2.8.1
Add some missing unicode properties
Spec https://bugs.ruby-lang.org/issues/19639
Update license years
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands