Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update unicorn in gemspec #74

Merged
merged 1 commit into from
Apr 14, 2021
Merged

Update unicorn in gemspec #74

merged 1 commit into from
Apr 14, 2021

Conversation

zhuravel
Copy link
Contributor

@zhuravel zhuravel commented Mar 28, 2021

Unicorn 6.0 was released on 2021-03-17:
https://yhbt.net/unicorn/NEWS.html

This release patches a rare security vulnerability:
https://github.blog/2021-03-18-how-we-found-and-fixed-a-rare-race-condition-in-our-session-handling/

Changelog since version 5.8.0:
defunkt/unicorn@v5.8.0...v6.0.0

@henrik
Copy link
Contributor

henrik commented Apr 13, 2021

@zhuravel Have you found that things work fine by just bumping this constraint and leaving unicorn-worker-killer otherwise as-is?

@zhuravel
Copy link
Contributor Author

@henrik Yes, we have this in our Gemfile:

gem 'unicorn', '~> 6'
gem 'unicorn-worker-killer', github: 'kzk/unicorn-worker-killer', ref: 'refs/pull/74/head'

@henrik
Copy link
Contributor

henrik commented Apr 13, 2021

@zhuravel Nice, thank you. We've done the same since around the time of my question above (well, we forked the gem instead and applied the change) and so far so good. 👍

@kzk kzk merged commit d2ea134 into kzk:master Apr 14, 2021
@kzk
Copy link
Owner

kzk commented Apr 14, 2021

@zhuravel Thank you for the PR! It's merged and the new version was published on rubygems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants