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 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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ capybara (2.18.0 → 3.16.0) · Repo · Changelog
Release Notes
3.13.2 (from changelog)
3.13.1 (from changelog)
3.13.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.
↗️ addressable (indirect, 2.5.2 → 2.6.0) · Repo · Changelog
Release Notes
2.6.0 (from changelog)
Does any of this look wrong? Please let us know.
↗️ mini_mime (indirect, 1.0.0 → 1.0.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 12 commits:
Merge branch 'master' of github.com:discourse/mini_mime
bump version
Merge pull request #14 from ahorek/replace_sub
Update mime types from upstream
Merge pull request #13 from ahorek/lookup_by_ext
replace sub
expose lookup by extension
Fix typos.
Merge pull request #11 from attritionorg/patch-1
Update LICENSE.txt with an actual name
Merge pull request #10 from esparta/adjusting_lookup_by_filename
Adjusting lookup_by_filename on performance & style
↗️ nokogiri (indirect, 1.10.1 → 1.10.2) · Repo · Changelog
Release Notes
1.10.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 72 commits:
version bump to v1.10.2
ci: ensure gem-test will work for java
refining valgrind suppressions for ruby 2.6
Merge pull request #1880 from larskanis/adjust-test-class-name
update README with Appveyor badge
Merge pull request #1881 from larskanis/fix-appveyor
update CHANGELOG
Appveyor: Build some versions with system libraries
Update Appveyor-CI to more recent Rubies
Fix Appveyor-CI which is broken since commit 609cddedb
Fix test class name to match the filename
Merge pull request #1877 from ksolo/revert-libxml2-server-side-include-support
Update handling of server side includes
Merge pull request #1874 from sparklemotion/remove-runtime-helpers-usage
update CHANGELOG
README: update CI link
Merge pull request #1872 from adjam/issue-1847-jruby-swallows-sax-exceptions
rename exception vars
refactor to make codeclimate happy
Rethrow exceptions caught by Java SAX handler
concourse: docker images need the latest gems
Merge pull request #1871 from ksolo/revert-libxml2-patch
Remove support for future script macros
README cleanup
Replace deprecated usage of RuntimeHelpers with Helpers
concourse: pr pipeline uses ruby-2.6-system as a gate
concourse: avoid failing because simplecov isn't turned on
actually, remove code climate config
code climate: omit test files
concourse: add README to ignored_paths
README: add code climate test coverage badge
Merge branch 'flavorjones-2019-01-15-code-climate-coverage-reporting'
concourse: report test coverage to code climate
concourse: docker: clean removes generated dockerfiles
concourse: try `bundle install --local` before hitting rubygems.org
Merge branch '1864-restructure-pipelines'
concourse: restructure pipeline topology
concourse: extract some common pipeline chunks into shared files
bump concourse gem dependency version
Remove "allow fail" group and the paused windows tasks
Remove PR group, jobs, and resources from master pipeline
Extract a separate pipeline for PRs
concourse: fix gem-install-and-test to work with jruby
Merge branch '1845-automate-jruby-gem-building-and-testing'
concourse: build, install, and test the java platform gem
concourse: remove cruft from java task definitions
concourse: do not retry jruby
Merge branch '1863-use-custom-docker-image-xenial-and-concourse-cleanup'
concourse: remove cruft from `rake-test/run.sh`
concourse: use custom xenial docker image
concourse: docker: added a `clean` task
concourse: docker: add xenial image
concourse: docker: extract bundler update and don't use Gemfile.lock
concourse: make valgrind tests unverbose again
concourse: remove rubinius coverage
Merge branch '1863-use-custom-docker-images-jruby'
concourse: build and use custom docker images for jruby
Merge branch '1863-use-custom-docker-images-mri'
concourse: use the custom docker images for MRI test tasks
concourse: tasks and templates to generate docker images
Re-use XmlNode resetCache
Fix nodes ownership after cloning a Xml/HtmlDocument
README: update with `rake compile test`
make sure we invoke the `compile` rake task where necessary
Merge branch '1845-automate-gem-building-and-testing'
concourse: job to build a gem, and test installing it
Rakefile: remove `compile` as a prereq for `test`
omit CODE_OF_CONDUCT.md from Hoe manifest
concourse: commit generated pipeline file
dependency: update concourse gem
concourse: remove concourse generate file
fix CHANGELOG typo
↗️ public_suffix (indirect, 3.0.2 → 3.0.3) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 5 commits:
Release 3.0.3
Update definitions (#154)
Fix Rubocop new warnings
Update .rubocop_defaults.yml (#153)
Update docblock
↗️ xpath (indirect, 3.0.0 → 3.2.0) · Repo
Commits
See the full diff on Github. The new version differs by 14 commits:
Prepare for 3.2.0 release
Merge pull request #95 from teamcapybara/rubocop
Require Ruby 2.3+ and rubocop driven cleanup
Merge pull request #93 from teamcapybara/custom_attribute
support querying HTML5 attributes
Merge pull request #94 from teamcapybara/case_manipulation
Add `lowercase`/`uppercase` fucntions
Prepare for 3.1.0 release
Merge pull request #92 from teamcapybara/nil_where_2
Make #where a no-op when passed nil
Merge pull request #91 from teamcapybara/ends_with
Implement ends_with
Merge pull request #88 from jaredbeck/introduce_changelog
Help people upgrade by distinguishing breaking changes
🆕 regexp_parser (added, 1.3.0)
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