Skip to content

Commit abf3ff6

Browse files
authored
chore(deps): bump pg from 1.6.1 to 1.6.2 (#1071)
Bumps [pg](https://github.com/ged/ruby-pg) from 1.6.1 to 1.6.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md">pg's changelog</a>.</em></p> <blockquote> <h2>v1.6.2 [2025-09-02] Lars Kanis <a href="mailto:[email protected]">[email protected]</a></h2> <ul> <li>Remove several absolute paths from native binaries which pointed to build directories. <a href="https://redirect.github.com/ged/ruby-pg/pull/668">#668</a></li> <li>Fix bad fallback path to <code>pg_service.conf</code>. <a href="https://redirect.github.com/ged/ruby-pg/pull/666">#666</a></li> <li>Use <code>rbpg_</code> prefix for <code>base64_*</code> functions to avoid name clashes with functions provided by other libraries like Heimdal on Macos. <a href="https://redirect.github.com/ged/ruby-pg/pull/667">#667</a></li> <li>Raise a more descriptive error message in case of <code>pg_ext</code> LoadError. <a href="https://redirect.github.com/ged/ruby-pg/pull/664">#664</a></li> <li>Freeze some constants to make them available in a Ractor context. <a href="https://redirect.github.com/ged/ruby-pg/pull/660">#660</a></li> <li>Several documentation improvements.</li> <li>Update native binary gems to OpenSSL-3.5.2, krb5-1.22.1 and PostgreSQL-17.6.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ged/ruby-pg/commit/c75ed8da19c356b52d83da2627295760780d3d36"><code>c75ed8d</code></a> Bump VERSION to 1.6.2</li> <li><a href="https://github.com/ged/ruby-pg/commit/90a00e51d296e8614ed6815589a26d971e9f444f"><code>90a00e5</code></a> Update CHANGELOG for pg-1.6.2</li> <li><a href="https://github.com/ged/ruby-pg/commit/c58434835ab6b077e757ef0c16e7b9dc1d1fccf6"><code>c584348</code></a> Merge pull request <a href="https://redirect.github.com/ged/ruby-pg/issues/670">#670</a> from larskanis/update-deps</li> <li><a href="https://github.com/ged/ruby-pg/commit/227653d235fe5ed4a8e03ea09854a6d298426ff3"><code>227653d</code></a> Update dependencies</li> <li><a href="https://github.com/ged/ruby-pg/commit/428415dd4ecb55882d2319d8b166fe73343853ba"><code>428415d</code></a> Prepare CHANGELOG for 1.6.2 [skip ci]</li> <li><a href="https://github.com/ged/ruby-pg/commit/4282e5c729a98f66775611bd96c1848863b1d91f"><code>4282e5c</code></a> Merge pull request <a href="https://redirect.github.com/ged/ruby-pg/issues/669">#669</a> from larskanis/test-rpath</li> <li><a href="https://github.com/ged/ruby-pg/commit/19a35473b0ef7b4bf0d9caf7b62fb7fbbf7e168b"><code>19a3547</code></a> Strip darwin C-ext to remove paths to C files</li> <li><a href="https://github.com/ged/ruby-pg/commit/5e2ac6e14589f8698f127be080e94e93151552fc"><code>5e2ac6e</code></a> Temporary enable head version of rake-compiler-dock</li> <li><a href="https://github.com/ged/ruby-pg/commit/70551b94eab64bcfd879d91382b216224d2394b5"><code>70551b9</code></a> Add spec/pg_spec.rb to tests</li> <li><a href="https://github.com/ged/ruby-pg/commit/35b2704fc79aca22488251b1910d3b8e6be6f83e"><code>35b2704</code></a> Add tests for rpath or other build related paths</li> <li>Additional commits viewable in <a href="https://github.com/ged/ruby-pg/compare/v1.6.1...v1.6.2">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.6.1&new-version=1.6.2)](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>
2 parents 263eafb + 2b3353b commit abf3ff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,9 @@ GEM
499499
parser (3.3.9.0)
500500
ast (~> 2.4.1)
501501
racc
502-
pg (1.6.1-aarch64-linux)
503-
pg (1.6.1-arm64-darwin)
504-
pg (1.6.1-x86_64-linux)
502+
pg (1.6.2-aarch64-linux)
503+
pg (1.6.2-arm64-darwin)
504+
pg (1.6.2-x86_64-linux)
505505
popper_js (2.11.8)
506506
pp (0.6.2)
507507
prettyprint

0 commit comments

Comments
 (0)