Extract RSpec Rails cops to a separate repository, rubocop-rspec_rails. The rubocop-rspec_rails repository is a dependency of rubocop-rspec and the cops related to rspec-rails are aliased (RSpec/Rails/Foo == RSpecRails/Foo) until v3.0 is released, so the change will be invisible to users until then. (@ydah)
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-rspec (2.27.1 → 2.29.1) · Repo · Changelog
Release Notes
2.29.1
2.29.0
2.28.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 44 commits:
Merge pull request #1863 from rubocop/release
Bump to v2.29.1
Merge pull request #1862 from rubocop/improve-release-notes-workflow
Switch docs version back
Merge pull request #1861 from rubocop/follow
When creating a release, automatically add a title
Add VersionAdd for `RSpec/EmptyOutput`
Merge pull request #1860 from rubocop/release
Bump to v2.29.0
Merge pull request #1854 from rubocop/empty-output
Merge pull request #1859 from rubocop/automatically-create-release-notes
Create GH release with notes on CI gem publishing
Merge pull request #1829 from rubocop/trusted-publishing
Use Rubygems Trusted Publishers to publish
Add new RSpec/EmptyOutput cop
Merge pull request #1796 from rubocop/add-xstr-only
Add new `RSpec/UndescriptiveLiterals` cop
Merge pull request #1856 from rubocop/expect-actual-autocorrect-with-hash
Fix #1834 autocorrect error for RSpec/ExpectActual
Merge pull request #1855 from rubocop/fix-flaky
Fix a flaky test for spec/project/default_config_spec.rb
Merge pull request #1853 from rubocop/fix-comment-indentations
Fix indentation of some comments
Merge pull request #1851 from rubocop/fix-invalid-comment
Fix a invalid base class comment for rubocop-rspec_rails
Merge pull request #1845 from rubocop/switch-docs
Switch docs version back
Merge pull request #1844 from rubocop/release
Bump version to v2.28.0
Merge pull request #1842 from rubocop/add-test2
Merge pull request #1830 from rubocop/extract-rspec-rails
Extract RSpec Rails cops
Add test to ensure unsafe cops are properly configured
Merge pull request #1841 from rubocop/add-test
Add test case for detect redundant `SafeAutoCorrect: false` config
Merge pull request #1839 from rubocop/use-registers-no-offense
Use 'registers no offense' instead of 'register no offense'
Merge pull request #1837 from Skipants/fix-assignment-only-doc
Fix AssignmentOnly saying false instead of true in documentation
Merge pull request #1836 from rubocop/use-rubocop-rubocop
Use rubocop/rubocop instead of rubocop-hq/rubocop
Merge pull request #1831 from rubocop/remove-node-matcher-directive-disables
Fix YARD documentation for class methods
Switch docs version back
↗️ json (indirect, 2.7.1 → 2.7.2) · Repo · Changelog
Release Notes
2.7.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
Bump up 2.7.2
Merge pull request #578 from flori/warn-bundled-gems
Warn to install ostruct if json couldn't load it
Merge pull request #577 from tompng/autoload_generic_object
Merge pull request #576 from headius/no_19_jruby_methods
Autoload GenericObject to avoid require ostruct warning in Ruby 3.4
Remove references to "19" methods in JRuby
Merge pull request #575 from flori/refine-ci
Exclude 2.3-2.5 on macos-14 iamge
Added JRuby 9.4
TruffleRuby 24 is broken
Added latest stable versions of macOS
macOS 11 is EOL today
Merge pull request #574 from peterzhu2118/generator-mem-leak
Fix memory leak when exception is raised during JSON generation
Merge pull request #571 from mperham/patch-1
Update README.md
Merge pull request #565 from flori/optional-ostruct
Make OpenStruct support as optional
Merge pull request #561 from jhawthorn/rb_sym2str
Use rb_sym2str instead of SYM2ID
🆕 rubocop-rspec_rails (added, 2.28.2)
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