Andy Schlei
Results
2
comments of
Andy Schlei
Ran into this as well; the behavior is strange as it almost seems like a bug in ruby gems. I can get fpm to install fairly easily on CentOS 7...
My workaround for installing on EL 8; basically just explicitly install the dependencies of pleaserun and fpm and then install those without any deps: ``` gem install dotenv -v 2.8.1...