MatUrbanski / todo_api

JSON API for todo project built with Roda + Sequel. Source code for "Ruby on Roda" book.
19 stars 4 forks source link

Bump sequel from 5.52.0 to 5.53.0 #110

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps sequel from 5.52.0 to 5.53.0.

Changelog

Sourced from sequel's changelog.

=== 5.53.0 (2022-02-01)

  • Make Dataset#_sql_comment private when using the Database sql_comments extension (jeremyevans)

  • Fix prepared statements in the mysql2 adapter to reuse native prepared statements (jeremyevans) (#1832)

  • Support H2 version 2+ in the jdbc/h2 adapter (jeremyevans) (#1817)

  • Work around active_support breaking subclasses plugin on Ruby <3.1 (jeremyevans) (#1816)

  • Fix error handling if trying to setup column_encryption plugin without keys (jeremyevans) (#1815)

Commits
  • e4e63a4 Bump version to 5.53.0
  • a683861 Make Dataset#_sql_comment private when using the Database sql_comments extension
  • 07ec0f0 Try harder to close prepared calls in the jdbc adapter
  • 3fc9262 Fix prepared statements in the mysql2 adapter to reuse native prepared statem...
  • 9e73e78 Fix doc for pg array any
  • ace201d Support H2 version 2+ in the jdbc/h2 adapter (Fixes #1817)
  • 2d7a574 Bump copyright year
  • 17fa32a Work around active_support breaking subclasses plugin on Ruby <3.1 (Fixes #1816)
  • 69a122f Fix error handling if trying to setup column_encryption plugin without keys (...
  • See full diff 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 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)