James Martin
James Martin
Am also seeing this in our unicorn logs. Very strange.
Downgrading doesn't seem like a good fix to me =\
Feel free to make a PR for this text change :)
This is fixed in 3.0.0.4
I get this also with: 4.0.0.beta2
(old issue) but we've found success dockerizing our Robut bot and publishing to a Kubernetes cluster. Our Dockerfile looks like this ```FROM ruby:2.3.1 # Suppress apt-get warnings ENV DEBIAN_FRONTEND noninteractive...