Skip to content

Commit d6da494

Browse files
chore(deps-dev): bump websocket-driver from 0.7.7 to 0.8.1 (#115)
Bumps [websocket-driver](https://github.com/faye/websocket-driver-ruby) from 0.7.7 to 0.8.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/faye/websocket-driver-ruby/blob/main/CHANGELOG.md">websocket-driver's changelog</a>.</em></p> <blockquote> <h3>0.8.1 / 2026-06-04</h3> <ul> <li>Close a draft-75/76 connection if a length header grows to exceed the configured max length</li> <li>Fail the connection if a message is larger than the configured max length after extension processing</li> <li>Limit the total HTTP request line and headers size to 32K</li> </ul> <h3>0.8.0 / 2025-05-25</h3> <ul> <li>Emit binary message as a string with <code>Encoding::BINARY</code> instead of an array</li> <li>Add the option <code>:binary_data_format</code> to force the previous behaviour</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/faye/websocket-driver-ruby/commit/5cab908d5e72d40345751edbd4f1e1ef75d53d89"><code>5cab908</code></a> Bump version to 0.8.1</li> <li><a href="https://github.com/faye/websocket-driver-ruby/commit/17b569f232896e71d458404ccf4854f80e987710"><code>17b569f</code></a> Limit the total HTTP request line and headers size to 32K</li> <li><a href="https://github.com/faye/websocket-driver-ruby/commit/fa8641724f10bf3273585f1dcf9041f540bbd036"><code>fa86417</code></a> Fail the connection if a message is larger than the configured max length aft...</li> <li><a href="https://github.com/faye/websocket-driver-ruby/commit/d0141f041f6e3677a951255d547a313e732ccbe0"><code>d0141f0</code></a> Close a draft-75/76 connection if a length header grows to exceed the configu...</li> <li><a href="https://github.com/faye/websocket-driver-ruby/commit/1e4475e3753e3b614c49739e8eb0bc3e0d1c2580"><code>1e4475e</code></a> Test on Ruby 4.0</li> <li><a href="https://github.com/faye/websocket-driver-ruby/commit/2824edc61bd3b93458b34054e29c313d8493f7db"><code>2824edc</code></a> Update release date for 0.8.0</li> <li><a href="https://github.com/faye/websocket-driver-ruby/commit/befd449e009bd106fc2ba1f5689af7e95485800e"><code>befd449</code></a> Prefer text frames over binary; if the input is in some non-UTF-8 text encodi...</li> <li><a href="https://github.com/faye/websocket-driver-ruby/commit/e3155f726d2e30b9834bf5d5392d53a9fbfdb4ee"><code>e3155f7</code></a> Bump version to 0.8.0</li> <li><a href="https://github.com/faye/websocket-driver-ruby/commit/22e070485cb765865ddbaa1862fc366f31ec2c0e"><code>22e0704</code></a> Default to text frames if the input buffer is specifically UTF8-encoded</li> <li><a href="https://github.com/faye/websocket-driver-ruby/commit/64ceaa4f69498254b98df03dc2074dcd0bd331a2"><code>64ceaa4</code></a> Remove Ruby versions unsupported by GitHub</li> <li>Additional commits viewable in <a href="https://github.com/faye/websocket-driver-ruby/compare/0.7.7...0.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=websocket-driver&package-manager=bundler&previous-version=0.7.7&new-version=0.8.1)](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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Betterment/demo_mode/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8f7e93 commit d6da494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ GEM
265265
uri (1.1.1)
266266
useragent (0.16.11)
267267
webrick (1.9.1)
268-
websocket-driver (0.7.7)
268+
websocket-driver (0.8.1)
269269
base64
270270
websocket-extensions (>= 0.1.0)
271271
websocket-extensions (0.1.5)

0 commit comments

Comments
 (0)