Skip to content

dep: bump puma from 5.2.0 to 5.2.1

George Koltsov requested to merge dependabot-bundler-puma-5.2.1 into master

Bumps puma from 5.2.0 to 5.2.1.

Release notes

Sourced from puma's releases.

5.2.1

2021-02-05

  • Bugfixes
    • Fix TCP cork/uncork operations to work with ssl clients (#2550)
    • Require rack/common_logger explicitly if :verbose is true (#2547)
    • MiniSSL::Socket#write - use data.byteslice(wrote..-1) (#2543)
    • Set @env[CONTENT_LENGTH] value as string. (#2549)
Changelog

Sourced from puma's changelog.

5.2.1 / 2021-02-05

  • Bugfixes
    • Fix TCP cork/uncork operations to work with ssl clients (#2550)
    • Require rack/common_logger explicitly if :verbose is true (#2547)
    • MiniSSL::Socket#write - use data.byteslice(wrote..-1) (#2543)
    • Set @env[CONTENT_LENGTH] value as string. (#2549)
Commits

Merge request reports