ministryofjustice / staff-device-dhcp-server

The ISC KEA server for serving DHCP requests (via a Docker image)
https://github.com/ministryofjustice/cloud-operations#dhcp--dns
MIT License
2 stars 3 forks source link

⬆️ Bump sequel from 5.55.0 to 5.56.0 in /dhcp-service/metrics #173

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps sequel from 5.55.0 to 5.56.0.

Changelog

Sourced from sequel's changelog.

=== 5.56.0 (2022-05-01)

  • Make alter_table add_column/add_foreign_key methods support :index option to create an index on the column (jeremyevans)

  • Support creation of STRICT tables on SQLite 3.37.0+ via create_table :strict option (jeremyevans)

  • Add sqlite_json_ops extension for DSL support for JSON functions and operators added in SQLite 3.38.0 (jeremyevans)

  • Recognize "INTEGER" type same as "integer" type in the schema dumper, helpful on SQLite 3.37.0+ (jeremyevans)

Commits
  • d854f5a Bump version to 5.56.0
  • 6f20f00 Update check_plugin_doc rake task
  • bafd19f Add missed closing spans
  • 5680b02 add sequel nanoid to plugins
  • 095d1bb Make alter_table add_column method support :index option to create an index o...
  • f3a5a58 Update gem website links to use https
  • 9be7293 Don't run PostgreSQL CI specs on Ruby 2.2
  • d0615df Additional website changes
  • 624f82e Redesign website
  • 5d2ef39 Support creation of STRICT tables on SQLite 3.37.0+ via create_table :strict ...
  • 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 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)