Bump pg from 1.5.5 to 1.5.6 #512

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/pg-1.5.6 into main 2024-03-04 21:31:50 +08:00
dependabot[bot] commented 2024-03-04 15:09:55 +08:00 (Migrated from github.com)

Bumps pg from 1.5.5 to 1.5.6.

Changelog

Sourced from pg's changelog.

v1.5.6 [2024-03-01] Lars Kanis lars@greiz-reinsdorf.de

  • Renew address resolution (DNS) in conn.reset. #558 This is important, if DNS is used for load balancing, etc.
  • Make bigdecimal an optional dependency. #556 It's a gem in ruby-3.4+, so that users shouldn't be forced to use it.
Commits
  • c59ca8f Add renewed certificate for x509 signature of gem releases
  • caf11ba Bump VERSION to 1.5.6
  • 91cdac8 Add release notes for pg-1.5.6
  • 27d7c2a Merge pull request #559 from larskanis/reset-with-dns
  • 016c17c libpq resolves the host address while PQreset, but ruby-pg doesn't. This is b...
  • 21ca5cc Merge pull request #556 from larskanis/optional-bigdecimal
  • 5804665 Make bigdecimal an optional dependency
  • 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 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 [pg](https://github.com/ged/ruby-pg) from 1.5.5 to 1.5.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ged/ruby-pg/blob/master/History.md">pg's changelog</a>.</em></p> <blockquote> <h2>v1.5.6 [2024-03-01] Lars Kanis <a href="mailto:lars@greiz-reinsdorf.de">lars@greiz-reinsdorf.de</a></h2> <ul> <li>Renew address resolution (DNS) in conn.reset. <a href="https://redirect.github.com/ged/ruby-pg/pull/558">#558</a> This is important, if DNS is used for load balancing, etc.</li> <li>Make bigdecimal an optional dependency. <a href="https://redirect.github.com/ged/ruby-pg/pull/556">#556</a> It's a gem in ruby-3.4+, so that users shouldn't be forced to use it.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ged/ruby-pg/commit/c59ca8f8c0812a3f76e9f473ec85f49cf3c682e9"><code>c59ca8f</code></a> Add renewed certificate for x509 signature of gem releases</li> <li><a href="https://github.com/ged/ruby-pg/commit/caf11ba7b40577233f93097e4343413a82ebac6b"><code>caf11ba</code></a> Bump VERSION to 1.5.6</li> <li><a href="https://github.com/ged/ruby-pg/commit/91cdac84042f014299e582480fe4a6dcd22186ea"><code>91cdac8</code></a> Add release notes for pg-1.5.6</li> <li><a href="https://github.com/ged/ruby-pg/commit/27d7c2ae6c8d9c3d2f5a149c79f891ec2604cb1c"><code>27d7c2a</code></a> Merge pull request <a href="https://redirect.github.com/ged/ruby-pg/issues/559">#559</a> from larskanis/reset-with-dns</li> <li><a href="https://github.com/ged/ruby-pg/commit/016c17c9c9bbc51bf5fab2087ad485367c789118"><code>016c17c</code></a> libpq resolves the host address while PQreset, but ruby-pg doesn't. This is b...</li> <li><a href="https://github.com/ged/ruby-pg/commit/21ca5ccdf966c4e54c742d272156e8d0b15b4968"><code>21ca5cc</code></a> Merge pull request <a href="https://redirect.github.com/ged/ruby-pg/issues/556">#556</a> from larskanis/optional-bigdecimal</li> <li><a href="https://github.com/ged/ruby-pg/commit/58046655e7dee80d5011614981fb467c182a9fe1"><code>5804665</code></a> Make bigdecimal an optional dependency</li> <li>See full diff in <a href="https://github.com/ged/ruby-pg/compare/v1.5.5...v1.5.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pg&package-manager=bundler&previous-version=1.5.5&new-version=1.5.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Sign in to join this conversation.