Joe Siewert
Joe Siewert
# Required information * Distribution: Ubuntu * Distribution version: Bionic * The output of * `lxc-start --version`: 3.0.3 * `lxc-checkconfig` ``` Kernel configuration not found at /proc/config.gz; searching... Kernel configuration...
I'm struggling to sort out an issue with `store_accessor`. Beginning in Rails 6.1, the `store_accessor_for` method now raises `NoMethodError`. I originally raised this over at https://github.com/hashicorp/vault-rails/issues/138. While an update to...
Our app is deploying successfully on 1.15, but gives the following error when deploying on 1.16. I'm pretty sure we need `GO111MODULE=auto` set, but it doesn't look like the buildpack...