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?
✳️ mechanize (2.10.0 → 2.10.1) · Repo · Changelog
Release Notes
2.10.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
version bump to v2.10.1
Merge pull request #644 from sparklemotion/flavorjones-fix-bad-encoding-detection
fix: correctly recognize encoding errors in libxml >= 2.12.0
Merge pull request #643 from izumitomo/fix-README
Update README.md
Merge pull request #640 from sparklemotion/flavorjones-frozen-string-literal-tests
test: update tests to use frozen string literals
Merge pull request #639 from sparklemotion/flavorjones-refactor-ci
ci: add upstream nokogiri integration test
ci: extract upstream.yml pipeline
ci: rename pipeline, update versions, drop windows and macos
ci: skeleton upstream.yml file
Merge pull request #638 from sparklemotion/flavorjones-prefer-caller-location
prefer caller_locations and Thread::Backtrace::Location methods
test: backfill coverage on Cookie#set_domain deprecation message
↗️ http-cookie (indirect, 1.0.5 → 1.0.6) · Repo · Changelog
Release Notes
1.0.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
Bump VERSION to 1.0.6
Merge pull request #47 from sparklemotion/flavorjones-ruby-3.4-warnings
Merge pull request #22 from perlun/patch-1
Merge pull request #30 from sergioro9/improve_README
fix: be explicit about frozen string literals to quash warnings
Merge pull request #46 from sparklemotion/flavorjones-update-ci
test: update uri tests with better names
test: get to passing on JRuby
ci: add coverage for ruby 3.2 and 3.3
ci: update actions/checkout fromv v2 to v4
Merge pull request #42 from andrelaszlo/abstract_store_fix_error_formatting_bug
Merge branch 'lax-uri-2'
Change the custom URI parser to be a bit more conservative
URI.for is not supported on old rubies
Allow non-RFC 3986-compliant URLs
Set @knu as the code owner
Add unit test
Fix an error formatting bug
↗️ mime-types-data (indirect, 3.2023.1205 → 3.2024.0604) · Repo · Changelog
Release Notes
3.2024.0604 (from changelog)
3.2024.0507 (from changelog)
3.2024.0305 (from changelog)
3.2024.0206 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
Fix various release process issues
Use latest Rubygems version
Use latest rubygems
Update mime-types-data 3.2024.0604 / 2024-06-04
Update mime-types-data 3.2024.0507 / 2024-05-07
Bump peter-evans/create-pull-request from 6.0.2 to 6.0.5
Update mime-types-data 3.2024.0402 / 2024-04-02
Bump peter-evans/create-pull-request from 6.0.1 to 6.0.2
Update mime-types-data 3.2024.0305 / 2024-03-05
Bump peter-evans/create-pull-request from 6.0.0 to 6.0.1
Update gemspec for release
Release Preparation: clean up history code
Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0
Update mime-types-data 3.2024.0206 / 2024-02-06
Update mime-types-data 3.2024.0102 / 2024-01-02
↗️ nokogiri (indirect, 1.16.5 → 1.16.6) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 4 commits:
version bump to v1.16.6
dep: update libxml2 to 2.12.8 (backport to v1.16.x) (#3229)
doc: update CHANGELOG
dep: update libxml2 to 2.12.8
↗️ rubyntlm (indirect, 0.6.3 → 0.6.5) · Repo · Changelog
Release Notes
0.6.5
0.6.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
prepare 0.6.5 release
fix missing comma before undocumented negotiate flags
Update Negotiate Flags (#38)
Update CHANGELOG
Fix NTLMv2 hash when username contains non-ASCII characters (#56)
v0.6.4 changelog [ci skip]
Add anonymous authentication support (#45)
prep for 0.6.4 release
document cipher choice [ci skip]
Avoid usage of legacy algorithms on libssl-3.0+ (#53)
comments
devcontainers
CI: Tell dependabot to update GH Actions (#59)
[docs] Link to LM article, polish some YARD tags (#60) [ci skip]
Update build.yml
gemspec: Drop unused "executables" directive (#54)
README: Use the GH Actions build status badge (#61)
Add dependency to `base64` gem (#62)
Merge pull request #51 from LeftClickBV/fix-apply-des-openssl
Fix applying DES-CBC when using OpenSSL 3
Merge pull request #48 from WinRb/no_travis
remove travis in favor of gh action
adding ci workflow
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