Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Updates the requirements on sequel to permit the latest version.

Changelog

Sourced from sequel's changelog.

=== 5.98.0 (2025-11-01)

  • Make insert_returning_select use RETURNING when using table_select plugin (jeremyevans) (#2339)

  • Fix Database#listen in postgres adapter to ignore all notifications after UNLISTEN (jeremyevans)

  • Make Model.any? forward to the dataset, to work better with the any_not_empty extension (jeremyevans) (#2337)

  • Make the rcte_tree and split_values plugins work together (jeremyevans)

  • Make split_values plugin work when eager loading using join tables (jeremyevans) (#2336)

  • Add Model#remove_key! to remove a key from values (jeremyevans)

  • Add pg_auto_parameterize_duplicate_query_detection extension for N+1 query detection (jeremyevans)

  • Recognize sqlite:filename and amalgalite:filename connection URLs (jeremyevans) (#2334)

Commits
  • 309ad4c Bump version to 5.98.0
  • 3b2ed84 Reduce index name length in spec to work on Oracle < 12
  • 6538c2a Make insert_returning_select use RETURNING when using table_select plugin
  • 071d656 Fix Database#listen in postgres adapter to ignore all notifications after UNL...
  • 43889b9 Make Model.any? forward to the dataset, to work better with the any_not_empty...
  • 0aef818 Allow running integration/adapter specs with split_values plugin using SEQUEL...
  • 81d2814 Make the rcte_tree and split_values plugins work together
  • 4539f58 Make split_values plugin work when eager loading using join tables (Fixes #2336)
  • 8c023e5 Add pg_auto_parameterize_duplicate_query_detection extension for N+1 query de...
  • c9d2c11 Recognize sqlite:filename and amalgalite:filename connection URLs (Fixes #2334)
  • 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)

Updates the requirements on [sequel](https://github.com/jeremyevans/sequel) to permit the latest version.
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.97.0...5.98.0)

---
updated-dependencies:
- dependency-name: sequel
  dependency-version: 5.98.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Nov 3, 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.

1 participant