GLIBC_2.28 not found reported after nokogiri-1.18.0 released

Hi all,
The following error appeared since today, it seems related to nokogiri-1.18.0 released today. I have few knowledge about ruby and nokogiri. Could someone help to solve the issue? Thanks in advance!

Install deployment dependencies

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28’ not found (required by /home/travis/.rvm/gems/ruby-3.3.5/gems/nokogiri-1.18.0-x86_64-linux-gnu/lib/nokogiri/3.3/nokogiri.so) - /home/travis/.rvm/gems/ruby-3.3.5/gems/nokogiri-1.18.0-x86_64-linux-gnu/lib/nokogiri/3.3/nokogiri.so (LoadError)
failed to deploy

2 Likes

Adding to the above question

Even if we install a valid version of nokogori it still tries to install the latest version (1.18)

Technically the requirement says as:
Installing gem dependencies: nokogiri (~> 1.15), aws-sdk-s3 (~> 1), mime-types (~> 3.4.1)

PFA the error

+1, deployments failing