Bump msgpack gem#16
Conversation
the gem requires a version bump for ruby 2.4.0 support.
|
Seems fine to me on the surface. How do the tests look to you locally, @sbryant? |
On 🔥 😿 @spraints not sure how to run the tests properly, can you help me out here? Are all docker calls supposed to be stubbed or am I getting lucky with Excon::Error::Socket:
No such file or directory - connect(2) for /path/to/socket (Errno::ENOENT) |
I think the tests use docker. I'm out today and tomorrow, but I'll add this to my list of things to check on after that. |
The tests do build a docker image and use it. The pages CI build uses hoosegow+docker, so you could test this by bundling it there and see what happens. |
got it working on pages with the help of @parkr. Had to account for some pages specific behavior around integer handling but it seems we're good here. |
The gem requires a version bump for ruby 2.4.0 support.