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?
✳️ rails-controller-testing (1.0.2 → 1.0.5) · Repo
Commits
See the full diff on Github. The new version differs by 33 commits:
Bump version to 1.0.5 for release
Avoid erroring if _subscribers undefined
Merge pull request #58 from jhawthorn/ruby-2-7
Move {get,post}_via_redirect into conditional
Fix kwargs usage for Ruby 2.7
Merge pull request #56 from eileencodes/fix-travis-failures
Delete render file tests
Fix `render: file` call
Add 6.0 and remove EOL Rails and Ruby
Add ability to test Rails 6.0
Merge pull request #55 from olleolleolle/git-ignore-lockfiles
Merge pull request #54 from olleolleolle/build-on-2-2-10
CI: Gemfile-rails-5-2 uses 5-2-stable; supports 2.2.10
Merge pull request #52 from olleolleolle/patch-1
(chore) Git ignore lockfiles in gemfiles/
CI: Drop unused Travis sudo: false directive
Merge pull request #45 from deivid-rodriguez/more_correct_version_specifiers
Skip Rails 6 under MRI 2.4
Test supported rubies
More correct requirement specifier
Prepare to 1.0.4
Require ActionPack before using
Test with Rails 5.1
Prepare to 1.0.3
Use the right framework to check the version
Add no response plugin [ci skip]
Merge pull request #32 from Shuiei/remove_xhr_and_xml_http_request
Merge pull request #42 from sikachu/ps-rails-master
Remove upper limit altogether
Update Ruby build matrix
Relax and test against Rails master (6.0.0.alpha)
Merge pull request #40 from danascheider/support-rails-5-2
Add gemfile for Rails 5.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