Skip to content

Pin old public_suffix gem in chef-repo Dockerfile

What

Pin old public_suffix gem in chef-repo Dockerfile.

Why

Fixes this:

#9 201.5 ERROR:  Error installing chef:
#9 201.5 	The last version of public_suffix (>= 2.0.2, < 7.0) to support your Ruby & RubyGems was 5.1.1. Try installing it with `gem install public_suffix -v 5.1.1` and then running the current command again
#9 201.5 	public_suffix requires Ruby version >= 3.0. The current ruby version is 2.7.8.225.

https://gitlab.com/gitlab-com/gl-infra/ci-images/-/jobs/7198073926

Merge request reports