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 (0.81.0 → 1.7.0) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
✳️ capybara (3.33.0 → 3.34.0) · Repo · Changelog
Release Notes
3.34.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ ast (indirect, 2.4.0 → 2.4.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 7 commits:
Bump version.
Fixed AST::Node#updated to always return a copy. (#25)
Removed unused dependencies from gemspec.
update ci
bump rake
Only ship the necessary library files in the gem artifact
Fix typo.
↗️ parallel (indirect, 1.19.1 → 1.20.1) · Repo
Commits
See the full diff on Github. The new version differs by 22 commits:
v1.20.1
Merge pull request #287 from grosser/grosser/eol
bring back ruby 2.4 since that broke rubocop builds because of some dependency foobar
Merge pull request #288 from grosser/grosser/ga
use GA
v1.20.0
Merge pull request #285 from grosser/grosser/break
allow breaking with value
Merge pull request #278 from grosser/grosser/ci
remove cert
fix errors
bump rake to fix warnings
bump rails
bump ruby requirements
bump AR
fix ci
v1.19.2
Merge pull request #277 from grosser/grosser/timeout
Allow timeout usage inside of threads
simplify activerecord wording
Merge pull request #272 from kakra/fixes/issue-150
docs: Improve notes about ActiveRecord
↗️ parser (indirect, 2.7.0.5 → 3.0.0.0) · Repo · Changelog
Release Notes
2.7.2.0 (from changelog)
2.7.1.5 (from changelog)
2.7.1.4 (from changelog)
2.7.1.3 (from changelog)
2.7.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ public_suffix (indirect, 4.0.5 → 4.0.6) · Repo · Changelog
Release Notes
4.0.6 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
Release 4.0.6
Last release with 2.3
Ignore rubocop cop
Update rubocop
Updated definitions
Fix key duplication in codecov.yml (#175)
↗️ regexp_parser (indirect, 1.7.1 → 1.8.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 16 commits:
Release v1.8.2
Remove warning on Ruby 3.x
Merge pull request #71 from twalpole/range_patch
Don't modify range for Ruby 2.7+
Update README.md
Release v1.8.1
Fix scanning of comment-like text in normal mode ...
Specify correct minimum ruby after 7c4d268
Release v1.8.0
Merge pull request #68 from owst/allow_options_when_parsing_strings
fixup! Allow options to be passed when processing a String pattern
Allow options to be passed when processing a String pattern
Support \g, \k without group id as literal escapes
Let travis build all branches
Merge pull request #67 from owst/allow_no_whitespace_comments
Allow no-whitespace and single-line comments (#66)
🆕 rubocop-ast (added, 1.3.0)
🗑️ jaro_winkler (removed)
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