Skip to content

Commit 6568b94

Browse files
authored
Bump pg from 1.5.8 to 1.5.9 (#680)
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.8 to 1.5.9. <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.9 [2024-10-24] Lars Kanis <a href="mailto:[email protected]">[email protected]</a></h2> <ul> <li>Enable thread safety in static OpenSSL build for Windows. <a href="https://redirect.github.com/ged/ruby-pg/pull/595">#595</a></li> <li>Remove raising <code>conect_timeout</code> from 1 to 2 seconds. <a href="https://redirect.github.com/ged/ruby-pg/pull/590">#590</a></li> <li>Fix binary copy_data in Ractor context. <a href="https://redirect.github.com/ged/ruby-pg/pull/594">#594</a></li> <li>Exclude CI files and hidden files from built gem. <a href="https://redirect.github.com/ged/ruby-pg/pull/591">#591</a> This is to simplify security inspection.</li> <li>Update error classes to PostgreSQL-17.</li> <li>Update Windows fat binary gem to OpenSSL-3.4.0 and PostgreSQL-17.0.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ged/ruby-pg/commit/afe2f208f7d5eacea1260ce1def10e1fb30b8241"><code>afe2f20</code></a> Bump VERSION to 1.5.9</li> <li><a href="https://github.com/ged/ruby-pg/commit/9f8a6c6fd2e5c71361b877eb4e3599343f13316a"><code>9f8a6c6</code></a> Add History entry for pg-1.5.9</li> <li><a href="https://github.com/ged/ruby-pg/commit/342bdbbe443acb704e6defa66c2cb73c5e6f2a9f"><code>342bdbb</code></a> Merge pull request <a href="https://redirect.github.com/ged/ruby-pg/issues/599">#599</a> from larskanis/update-postgres</li> <li><a href="https://github.com/ged/ruby-pg/commit/ca8e69cca0964ec3de8ee045bf45ecbca3ac6566"><code>ca8e69c</code></a> Remove skip on Windows since the issue is fixed</li> <li><a href="https://github.com/ged/ruby-pg/commit/70c02eae56d521061061c4d8be067061664994ed"><code>70c02ea</code></a> Work around missing dependency to errorcodes.h in PostgreSQL-17.0</li> <li><a href="https://github.com/ged/ruby-pg/commit/4a52437a836737723c8cd73eb9e780a3b69f56ee"><code>4a52437</code></a> CI: Update jobs to postgresql-1.7.0</li> <li><a href="https://github.com/ged/ruby-pg/commit/d8c3753b8b9919bb8f78b57bde44252f7dfc523b"><code>d8c3753</code></a> Update to postgresql-17.0 and openssl-3.4.0 for Windows binary gems</li> <li><a href="https://github.com/ged/ruby-pg/commit/86367c6a2e8ca28daee066417ee37a8b9b7edcc9"><code>86367c6</code></a> Update error codes by <code>rake update_error_codes</code></li> <li><a href="https://github.com/ged/ruby-pg/commit/94f1d7fb242b5537ea79dd1d8e96327a8ffb8ec7"><code>94f1d7f</code></a> Merge pull request <a href="https://redirect.github.com/ged/ruby-pg/issues/598">#598</a> from larskanis/osl-threads</li> <li><a href="https://github.com/ged/ruby-pg/commit/716221a95b2194fa0d3e777d5b71aea9e7724ca7"><code>716221a</code></a> Enable thread safety in static OpenSSL build</li> <li>Additional commits viewable in <a href="https://github.com/ged/ruby-pg/compare/v1.5.8...v1.5.9">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.8&new-version=1.5.9)](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 ab72bcb + b260517 commit 6568b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ GEM
417417
parser (3.3.5.0)
418418
ast (~> 2.4.1)
419419
racc
420-
pg (1.5.8)
420+
pg (1.5.9)
421421
popper_js (2.11.8)
422422
premailer (1.27.0)
423423
addressable

0 commit comments

Comments
 (0)