-
-
Notifications
You must be signed in to change notification settings - Fork 122
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 Puma dependency to ~> 3.10 #169
Conversation
@premist Interesting crash on JRuby; different than other crashes. Idea: Can you change the "dist" in |
I did that change in #167, and it did the trick for the build, in general. We shall see how it fares with this core-dump. |
We'll probably want to rebase this on top of master now that #167 has landed and see if that fixes the build? |
@premist Now you can rebase on |
310685d
to
5b321d9
Compare
5b321d9
to
9b58d68
Compare
@indirect Can you retry the Travis build? One of the builds did pass, the other hung on the "large data" case. |
\o/ |
@bundlerbot r+ |
📌 Commit 9b58d68 has been approved by |
Update Puma dependency to ~> 3.10 Tried to install Puma on freshly installed Arch Linux instance failed since older version of Puma doesn't support latest OpenSSL version([related issue](puma/puma#1380)). This PR updates Puma dependency to the latest available version, 3.10. Newer version of Puma introduced some changes to Puma::CLI interface, so I also updated integration test to reflect it.
💔 Test failed - status-travis |
@bundlerbot retry |
Update Puma dependency to ~> 3.10 Tried to install Puma on freshly installed Arch Linux instance failed since older version of Puma doesn't support latest OpenSSL version([related issue](puma/puma#1380)). This PR updates Puma dependency to the latest available version, 3.10. Newer version of Puma introduced some changes to Puma::CLI interface, so I also updated integration test to reflect it.
💔 Test failed - status-travis |
@bundlerbot retry |
Update Puma dependency to ~> 3.10 Tried to install Puma on freshly installed Arch Linux instance failed since older version of Puma doesn't support latest OpenSSL version([related issue](puma/puma#1380)). This PR updates Puma dependency to the latest available version, 3.10. Newer version of Puma introduced some changes to Puma::CLI interface, so I also updated integration test to reflect it.
☀️ Test successful - status-travis |
Tried to install Puma on freshly installed Arch Linux instance failed since older version of Puma doesn't support latest OpenSSL version(related issue).
This PR updates Puma dependency to the latest available version, 3.10. Newer version of Puma introduced some changes to Puma::CLI interface, so I also updated integration test to reflect it.