Skip to content

Bump sqlite3 from 1.7.3 to 2.7.2 #325

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps sqlite3 from 1.7.3 to 2.7.2.

Release notes

Sourced from sqlite3's releases.

2.7.2 / 2025-07-05

b1688e8661c65f65bb16a9879c8171c94d22322f4d8e9e452f396a3aa55bbe0a  sqlite3-2.7.2-aarch64-linux-gnu.gem
9086f9370853825c5bbb4d1156c9b1494a7ab5052445469603de5a4f2d127ef1  sqlite3-2.7.2-aarch64-linux-musl.gem
e09a781a69d793424864cac99daa17a24308fcda1dc459a94ef25ecf31082b60  sqlite3-2.7.2-arm64-darwin.gem
f31d361744775942c4ef7f645457736ad7cdc1c5128a6c19551753e969ccc9be  sqlite3-2.7.2-arm-linux-gnu.gem
0dc0c1b06c0af0e8833508f212297f8665bf37ea624739fdde30d9adba015f20  sqlite3-2.7.2-arm-linux-musl.gem
446376dfc5ffa0c6dd39dabf748b8c7c8a7f294cfa780dfc22dee67d43bdc9f5  sqlite3-2.7.2.gem
7132a85f0d6497ffb77b97070169d51a51639c890731008d2213cc883150a845  sqlite3-2.7.2-x64-mingw-ucrt.gem
92229c8de5a63a3ed909c6390d187439adeeb614700eed30cf19a4f11c3af370  sqlite3-2.7.2-x86_64-darwin.gem
e15e8b1224e47a8fec2833afcc6c727742eab6a470c929a54551ab03d04dd4a4  sqlite3-2.7.2-x86_64-linux-gnu.gem
1f7e386b82a78c24ef9f875b4891bcee51d1c2cd254f028b3ce3dd429605bc35  sqlite3-2.7.2-x86_64-linux-musl.gem
e6ea2f0186a17655b6aefa24d0b97b5989a47b73466bb7c93ec4ed4ee08ef7b7  sqlite3-2.7.2-x86-linux-gnu.gem
932c8f8d36f90c0a148391f8e5b694be175c15bbac738dd21c79dbc5fbe5f5ab  sqlite3-2.7.2-x86-linux-musl.gem

2.7.1 / 2025-06-30

9281a5bbecf51e695767c8dbfd340f139a3f248e5828108fc1cbfdf6081b71c4  sqlite3-2.7.1-aarch64-linux-gnu.gem
daeca408854f91bfbdd6b8d33847e039a0346232dae360da5a3ff6a8a9d88d6d  sqlite3-2.7.1-aarch64-linux-musl.gem
c7615705fda493d815213877972096a734772311168bcbc7c6469e2383a3abb8  sqlite3-2.7.1-arm64-darwin.gem
3c2ffa960641bd5da4599ef1758d71404888e0a4e8b18c2cf3ad5e8229c088e1  sqlite3-2.7.1-arm-linux-gnu.gem
c3a700629beaa524837c4843011731c7087392b06885ce8ccdad21a9a715d591  sqlite3-2.7.1-arm-linux-musl.gem
848668acba4c6829331459180d6ca8c589e583bbfacf25ab4528f59fcaba1aa2  sqlite3-2.7.1.gem
06011444e3779a9e0d42f24d3a9ae4a525e145b92dd73469822cd9f47d2f6fe0  sqlite3-2.7.1-x64-mingw-ucrt.gem
740bf99f43bf23c183f9f50116898d941278faa9312a4af85a36454fef6a0ace  sqlite3-2.7.1-x86_64-darwin.gem
8c742e1c8975dafce1d25b8a4e0321696e36b49c27d19d6eebec261ea77589f1  sqlite3-2.7.1-x86_64-linux-gnu.gem
57c1a87ee2cc3aa0c4ab4bb8811b0b5e955d38f24d8982713dc0cf979b4d64d8  sqlite3-2.7.1-x86_64-linux-musl.gem
d7cee9a16aa9f904a21a07fe33205f3f44d8f795a92eed1b882a01ea5ca47cd3  sqlite3-2.7.1-x86-linux-gnu.gem
eeca1f374ed50ca0fe4e201040050b04964b909bf75575d955755d95461b451d  sqlite3-2.7.1-x86-linux-musl.gem

2.7.0 / 2025-06-09

... (truncated)

Changelog

Sourced from sqlite3's changelog.

2.7.2 / 2025-07-05

2.7.1 / 2025-06-30

2.7.0 / 2025-06-09

2.6.0 / 2025-02-20

Dependencies

Important note for Window users

Loading extensions is not available on Windows when using the precompiled native gems or compiling the vendored sqlite library from source, starting with sqlite3-ruby v2.6.0.

Sqlite 3.48.0 and later have dramatically changed the "autoconf amalgamation" that is vendored in this gem. Specifically, the configuration is no longer actually autoconf, but some scripts that emulate autoconf's interface and behavior.

Although this mostly "just worked", we're having a problem resolving the libraries necessary for loading extensions. As a result, starting with sqlite3-ruby v2.6.0, extensions cannot be loaded on Windows when using precompiled native gems or when compiling the vendored sqlite library.

If you are willing and able to help fix this, let us know at sparklemotion/sqlite3-ruby#618.

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

... (truncated)

Commits
  • 93af077 version bump to v2.7.2
  • 9b0dfe2 Merge pull request #635 from sparklemotion/flavorjones/fix-builds-on-rockylinux
  • 21424ed On linux and darwin, ensure we can resolve dlopen et al
  • 3d93011 version bump to v2.7.1
  • 8d96aaf Merge pull request #633 from sparklemotion/flavorjones/dep-sqlite-3.50.2
  • abced98 Merge pull request #632 from sparklemotion/dependabot/bundler/rdoc-6.14.1
  • ce832ff dep: update vendored SQLite to 3.50.2
  • 5ddb634 build(deps-dev): update rdoc requirement from 6.14.0 to 6.14.1
  • 4727a29 Merge pull request #631 from ankane/typos
  • 782653e version bump to v2.7.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.7.2.
- [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.7.3...v2.7.2)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-version: 2.7.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jul 7, 2025
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 ruby Pull requests that update ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants