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 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 (1.38.1 → 1.39.0) · Repo · Changelog
Release Notes
1.39.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
Merge pull request #906 from rubocop-hq/release
Bump version to v1.39.0
Merge pull request #897 from tejasbubane/empty-hooks-cop
Add new `RSpec/EmptyHook` cop
Merge pull request #903 from rubocop-hq/scattered-let-autocorrect
Implement auto-correct for ScatteredLet cop
Extract helper class for moving nodes arround
Merge pull request #904 from tejasbubane/fix-771
Fix multiple cops to detect `let` with proc argument
Merge pull request #899 from ngoral/replace_should_style_example_for_named_subject
Replace `should`-example with `expect`-example
Merge pull request #900 from rubocop-hq/ci-matrix
Use CircleCI matrix feature
Merge pull request #901 from rubocop-hq/drop-support-for-ruby-2.3
Drop support for Ruby 2.3
Merge pull request #891 from AlexWayfer/disable_RSpec/DescribeClass_for_string_constants
Ignore String constants by `RSpec/Describe`
Merge pull request #890 from koic/fix_offenses_using_rubocop_0_81
Fix an offenses when using RuboCop 0.81.0
Merge pull request #886 from aried3r/ar/add_capybara_visibility_cop
Add Capybara/VisibilityMatcher cop
Merge pull request #869 from eitoball/use-relative-path-for-file_path-cop
Merge pull request #883 from yujideveloper/fix/old-cop-option
Remove already removed `AggregateFailuresByDefault` from default.yml
Use relative path to match with glob
Merge pull request #881 from rubocop-hq/fix-dstr-in-example-description
Merge pull request #878 from rubocop-hq/remove-one
↗️ parser (indirect, 2.7.1.1 → 2.7.1.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 8 commits:
Update changelog.
Bump version.
Rewriter optimizations (#683)
+ ruby28.y: endless method definition (#676)
- ruby27.y: reject invalid lvar in pattern matching (#680)
rectify multiple assignment example (#681)
Update CHANGELOG (#678)
+ ruby28.y: branch parser (#677)
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