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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ sqlite3 (~> 1.3.11 → ~> 1.6.0) · Repo · Changelog
Release Notes
1.6.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
version bump to v1.6.0
Merge pull request #374 from sparklemotion/flavorjones-dep-rake-compiler-dock-1.3.0
dep: update to rake-compiler-dock 1.3.0
version bump to 1.6.0.rc2
Merge pull request #371 from sparklemotion/flavorjones-use-visibility-hidden-by-default
ext: export only Init_sqlite3_native
version bump to v1.6.0.rc1
dev(ext): ensure we use the rcd release candidate images
Merge pull request #367 from sparklemotion/flavorjones-ruby-3.2
ext(native): work around darwin linker behavior in Ruby 3.2
ext: work around Ruby 3.1.3 mkmf issue
ext: update native gem packaging to add 3.2 and drop 2.6
ci: update native gem packaging to add 3.2 and drop 2.6
ci: add 3.2 to the main pipeline
Merge pull request #368 from sparklemotion/flavorjones-update-sqlite-3.40.1
dep: update packaged sqlite3 to v3.40.1
Merge pull request #369 from sparklemotion/flavorjones-fix-manifest
gem: fix manifest
Merge pull request #275 from Edouard-chin/ec-boolean-pragma-fix
Merge pull request #363 from sparklemotion/flavorjones-pin-psych-to-fix-ci
ci: pin psych until CI platforms have libyaml-dev
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