skylightio / skylight-ruby

Skylight agent for Ruby
https://www.skylight.io/
Other
314 stars 75 forks source link

Update sqlite3 requirement from ~> 1.4.1 to ~> 1.6.2 #456

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 1 year ago

Updates the requirements on sqlite3 to permit the latest version.

Release notes

Sourced from sqlite3's releases.

1.6.2 / 2023-03-27

Dependencies

Vendored sqlite is updated from v3.41.0 to v3.41.2.

Packaging

  • Allow compilation against system libraries without the presence of mini_portile2, primarily for the convenience of linux distro repackagers. #381 (Thank you, @​voxik!)
Changelog

Sourced from sqlite3's changelog.

1.6.2 / 2023-03-27

Dependencies

Vendored sqlite is updated from v3.41.0 to v3.41.2.

Packaging

  • Allow compilation against system libraries without the presence of mini_portile2, primarily for the convenience of linux distro repackagers. #381 (Thank you, @​voxik!)

1.6.1 / 2023-02-22

Dependencies

  • Vendored sqlite is updated to v3.41.0.

1.6.0 / 2023-01-13

Ruby

This release introduces native gem support for Ruby 3.2.

This release ends native gem support for Ruby 2.6, for which upstream support ended 2022-04-12.

Dependencies

  • Vendored sqlite3 is updated to v3.40.1.

Fixes

  • get_boolean_pragma now returns the correct value. Previously, it always returned true. #275 (Thank you, @​Edouard-chin!)

1.5.4 / 2022-11-18

Dependencies

  • Vendored sqlite is updated to v3.40.0.

1.5.3 / 2022-10-11

Fixed

  • Fixed installation of the "ruby" platform gem when building from source on Fedora. In v1.5.0..v1.5.2, installation failed on some systems due to the behavior of Fedora's pkg-config implementation. #355

... (truncated)

Commits
  • 69c9fa7 version bump to v1.6.2
  • 866795a Merge pull request #385 from sparklemotion/flavorjones-update-sqlite3-3.41.2
  • 4c369b6 dep: update libsqlite3 to 3.41.2
  • 0643ead update CHANGELOG
  • 013f90f Merge pull request #381 from voxik/optional_miniportile
  • ff5f574 test: system libs can be compiled against without mini_portile2
  • 193c5e0 Load 'mini_portile2' only when needed.
  • 1b469ed version bump to v1.6.1
  • 0f329a0 Merge pull request #379 from sparklemotion/flavorjones-update-sqlite3-3.41.0
  • bca917d dep: update libsqlite3 to 3.41.0
  • 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 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)
dependabot[bot] commented 1 year ago

The following labels could not be found: default-Gemfile.

cla-bot[bot] commented 1 year ago

We require contributors to sign our Contributor License Agreement, and we don't have @dependabot[bot] on file. In order for us to review and merge your code, please sign the CLA.

dependabot[bot] commented 7 months ago

Superseded by #471.