Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sqlite3 requirement from ~> 1.4 to ~> 2.5 #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 26, 2024

Updates the requirements on sqlite3 to permit the latest version.

Release notes

Sourced from sqlite3's releases.

2.5.0 / 2024-12-25

Ruby

This release introduces native gem packages that include Ruby 3.4.

302085c3b932c027bc8de9f45fb5d0a3dc502357908dcc8f9bc8a92e4e9c7ab1  sqlite3-2.5.0-aarch64-linux-gnu.gem
f6c8d25a6c7175bed154da82bc4c1ea3ef48580aeca17400b2e730c026821857  sqlite3-2.5.0-aarch64-linux-musl.gem
65370ddbc7bd7e65a03c18f8bf0e9be0f4f3cf50f758f8c1d3181aece5515ecf  sqlite3-2.5.0-arm64-darwin.gem
5f22b4c72c38570593f9fe351751cb269568594525e0e3e0776187a3f1a55f32  sqlite3-2.5.0-arm-linux-gnu.gem
b8e672106f341e9e4c85cdbc218710521c92082eec0ba61c180fb27a9c7780c6  sqlite3-2.5.0-arm-linux-musl.gem
87fa0036e6369c3f3cfeca749865c2b2b63649d3b17b223d1939a8eed4841a6b  sqlite3-2.5.0.gem
56b1b62b3f3ef20b82febccc1a4b988f1dee2388934716ccf3eb8e79e37e5609  sqlite3-2.5.0-x64-mingw-ucrt.gem
e3c6d2fa04db9d0773455cb6c79835f230c363424b69c34dd718e1aff8609d35  sqlite3-2.5.0-x86_64-darwin.gem
c62c8d625da7e2ce93d694f02cd9c9d537638f56b09f2e8f28bea2d030b3923b  sqlite3-2.5.0-x86_64-linux-gnu.gem
09fd262943eeb89465f6633e748b702b046de24cdab14b197302d0f4a0e250cb  sqlite3-2.5.0-x86_64-linux-musl.gem
90488e9278ff23b9b22387a01354d5350b94d346fa9ab09256f154d0ca90dec6  sqlite3-2.5.0-x86-linux-gnu.gem
09dd65d3752fb9d5cd93df841cbc357d2d117118f96f8b4122cd9cb38e020295  sqlite3-2.5.0-x86-linux-musl.gem
Changelog

Sourced from sqlite3's changelog.

2.5.0 / 2024-12-25

Ruby

This release introduces native gem packages that include Ruby 3.4.

2.4.1 / 2024-12-08

Dependencies

  • Vendored sqlite is updated to v3.47.2 #593 @​flavorjones

    The description from the upstream maintainers is:

    SQLite version 3.47.2, now available, fixes an important bug that first appeared in the 3.47.0 release. In SQLite versions 3.47.0 and 3.47.1, if you try to convert a string into a floating-point value and the first 16 significant digits of the value are exactly "1844674407370955", then the floating-point number generated might be incorrect. The problem only affects x64 and i386 CPUs, so it does not affect you if you are running on ARM. And it only affects releases 3.47.0 and 3.47.1. If you are running SQLite versions 3.47.0 or 3.47.1, then upgrading is recommended.

    Saving you a click, you should upgrade if you're running sqlite3-ruby v2.1.1 or later.

Fixed

  • Prevent unnecessary "Invalid Reference" warnings from the ForkSafety module when GC runs during the "after fork" hook. #592 @​flavorjones

2.4.0 / 2024-12-03

Added

  • Database#load_extension now accepts any object that responds to #to_path, in addition to String filesystem paths. #586 @​flavorjones
  • Database.new now accepts an extensions: parameter, which is an array of SQLite extensions that will be loaded during initialization. The array may contain String filesystem paths and objects that respond to #to_path. #586 @​flavorjones

2.3.1 / 2024-11-25

Dependencies

2.3.0 / 2024-11-20

Added

... (truncated)

Commits
  • e426700 version bump to v2.5.0
  • 2a7d0bb Merge pull request #598 from sparklemotion/flavorjones-dep-rcd-170
  • 1d4f515 dep: bump rake-compiler-dock to v1.7.0
  • fc9abcb Merge pull request #597 from sparklemotion/dependabot/bundler/rdoc-6.10.0
  • c562fff build(deps-dev): update rdoc requirement from 6.9.0 to 6.10.0
  • 423f989 Merge pull request #596 from sparklemotion/dependabot/bundler/rdoc-6.9.0
  • a7ccbd9 build(deps-dev): update rdoc requirement from 6.8.1 to 6.9.0
  • 6b62c95 version bump to v2.5.0.rc1
  • 4609b72 Merge pull request #595 from sparklemotion/flavorjones-dep-rcd-1.7.0.rc1
  • dac3f71 ext: update rake-compiler-dock to 1.7.0.rc1 and add ruby 3.4
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) to permit the latest version.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants