Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy is giving some new error: ``` looks like you're trying to use Nokogiri as a precompiled native gem on a system with an unsupported version of glibc. /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /swadm/web/z/shared/bundle/ruby/3.2.0/gems/nokogiri-1.18.1-x86_64-linux-gnu/lib/nokogiri/3.2/nokogiri.so) - /swadm/web/z/shared/bundle/ruby/3.2.0/gems/nokogiri-1.18.1-x86_64-linux-gnu/lib/nokogiri/3.2/nokogiri.so If that's the case, then please install Nokogiri via the `ruby` platform gem: gem install nokogiri --platform=ruby or: bundle config set force_ruby_platform true Please visit https://nokogiri.org/tutorials/installing_nokogiri.html for more help. ``` noticed there's a new `-gnu` on the nokogiri package: `nokogiri (1.18.1-x86_64-linux-gnu)`. Maybe a bundle update Maybe this? sparklemotion/nokogiri#3359
- Loading branch information