Starting with Ruby Buildpack 1.8.33, Ruby 3.0 for
cflinuxfs3 was added. This leads to Ruby 3.x being used by the smoke test application, causing the error.
- https://github.com/cloudfoundry/ruby-buildpack/releases/tag/v1.8.33
To resolve this, a change was made in the Gemfile for the rabbit smoke test application, which pins the version to 2.7.0.
- https://github.com/pivotal-cf/rabbit-example-app/commit/7061ee279ac9eb7fae9530c9945fbcf4be494237#diff-d09ea66f8227784ff4393d88a19836f321c915ae10031d16c93d67e6283ab55f
This Gemfile change is included in VMware Tanzu RabbitMQ for VMs versions:
To resolve this issue, please upgrade to these versions.