Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Updates the requirements on faye-websocket to permit the latest version.

Changelog

Sourced from faye-websocket's changelog.

0.12.0 / 2025-05-25

  • Represent binary messages as strings with Encoding::BINARY rather than as arrays

0.11.3 / 2023-07-25

  • Handle 'cert already in hash table' error message on Ruby 3.1+

0.11.2 / 2023-04-04

  • Handle SSL certificate chains where not all the intermediate certificates are recognised by the client

0.11.1 / 2021-05-24

  • Prevent the client hanging if close() is called when already closing

0.11.0 / 2020-07-31

  • Implement TLS certificate verification and enable it by default on client connections
  • Add a :tls option to the client with sub-fields :root_cert_file and :verify_peer for configuring TLS verification

0.10.9 / 2019-06-13

  • Use the EventMachine API rather than IO#write to write data; this uses the event loop and avoids getting blocked by slow clients

0.10.8 / 2019-06-10

  • In the case of a close timeout, don't block on waiting for writing to the socket to complete
  • Fix a race condition that caused a timeout not to be cancelled immediately when the WebSocket is closed
  • Change license from MIT to Apache 2.0

0.10.7 / 2017-02-22

  • Emit an error if EventMachine::Connection#unbind is called with an error

0.10.6 / 2017-01-22

  • Forcibly close the I/O stream after a timeout if the peer does not respond after calling close()

0.10.5 / 2016-11-12

  • Set the SNI hostname when making secure requests

... (truncated)

Commits
  • 24101af Bump version to 0.12.0
  • d131573 Prefer text frames over binary if the input is in any textual encoding
  • 8fbbfea Add changelog_uri to the gemspec
  • b2c8859 Make Driver.send() handle binary-encoded strings as binary messages
  • a47ebbd Update the set of tested Ruby versions
  • 5b001a6 Merge pull request #141 from mackuba/binary_format
  • cedef4a pass :binary_data_format option to driver
  • 54f752d Run CI on more Ruby versions
  • 295fdf3 Restrict rack to < 3.0 as Puma 5 is not compatible with it
  • 71ebd14 http_parser.rb versions after 0.6 do not build on JRuby
  • Additional commits viewable in compare view

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)

….11, < 0.13

Updates the requirements on [faye-websocket](https://github.com/faye/faye-websocket-ruby) to permit the latest version.
- [Changelog](https://github.com/faye/faye-websocket-ruby/blob/main/CHANGELOG.md)
- [Commits](faye/faye-websocket-ruby@0.11.0...0.12.0)

---
updated-dependencies:
- dependency-name: faye-websocket
  dependency-version: 0.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 26, 2025
@dependabot dependabot bot requested a review from KazuCocoa as a code owner May 26, 2025 12:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 26, 2025
@KazuCocoa KazuCocoa merged commit 82b2180 into master May 26, 2025
26 of 27 checks passed
@KazuCocoa KazuCocoa deleted the dependabot/bundler/faye-websocket-gte-0.11-and-lt-0.13 branch May 26, 2025 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants