Matt Larraz
Matt Larraz
FYI we run puma-dev on both Ubuntu and Mac, and this is the process we use to bootstrap it on Xenial: 1. Install dnsmasq: `sudo apt-get install dnsmasq` 2. Put...
FYI this is an issue on Rails 7.1 again
Test passing after rebasing
Apologies, I did not update the Changelog on master since technically this release is on a separate branch, but you can see the changes in the release: https://github.com/instacart/makara/releases/tag/v0.5.1 This contains...
FYI OpenSSL 1.1.1 (the last version before 3.0) is set to be [EOL in less than 2 months](https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/). I first want to say I appreciate all the work that has...
That makes sense, but both syntaxes are supported by the MRI parser, and technically the leading dot syntax is the newer one. Leading dot syntax is also less popular because...
@iancanderson Any chance you can merge and cut a new release?
@schneems any chance you could take a look here soon? I believe it's pretty straightforward and we've had this running in production for several weeks without issue
FYI I have a [PR](https://github.com/heroku/heroku-buildpack-ruby/pull/1493) doing exactly this. I've tested it against one of our internal apps and it builds correctly on both x64 and ARM.
Thanks, I will work on adding the binaries. I noticed a previous commit referenced compressing the yq binaries, but didn't go into detail. It doesn't look like it was using...