[CI] `review_specs_{eks,gke}` failing on `Could not find rake-13.0.6 in any of the sources (Bundler::GemNotFound)`
Summary
Noticed in !2169 (merged):
- https://gitlab.com/gitlab-org/charts/gitlab/-/jobs/1562315001
- https://gitlab.com/gitlab-org/charts/gitlab/-/jobs/1562315002
Also observed in a separate MR pipeline:
6) Restoring a backup Backups Should be able to backup an identical tar
Failure/Error: fail stdout unless status.success?
RuntimeError:
Unable to use a TTY - input is not a terminal or the right kind of file
/usr/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/spec_set.rb:95:in `block in materialize': Could not find rake-13.0.6 in any of the sources (Bundler::GemNotFound)
from /usr/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/spec_set.rb:90:in `map!'
from /usr/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/spec_set.rb:90:in `materialize'
from /usr/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/definition.rb:183:in `specs'
from /usr/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/definition.rb:252:in `specs_for'
from /usr/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/definition.rb:234:in `requested_specs'
from /usr/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/runtime.rb:91:in `block in definition_method'
from /usr/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/runtime.rb:20:in `setup'
from /usr/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler.rb:149:in `setup'
from /usr/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/setup.rb:20:in `block in <top (required)>'
from /usr/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/ui/shell.rb:136:in `with_level'
from /usr/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/ui/shell.rb:88:in `silence'
from /usr/lib/ruby/gems/2.7.0/gems/bundler-2.2.19/lib/bundler/setup.rb:20:in `<top (required)>'
from /usr/lib/ruby/site_ruby/2.7.0/rubygems/core_ext/kernel_require.rb:85:in `require'
from /usr/lib/ruby/site_ruby/2.7.0/rubygems/core_ext/kernel_require.rb:85:in `require'
from /srv/gitlab/config/boot.rb:9:in `<top (required)>'
from /srv/gitlab/bin/rails:3:in `require_relative'
from /srv/gitlab/bin/rails:3:in `<main>'
command terminated with exit code 1
# ./spec/features/backups_spec.rb:23:in `block (2 levels) in <top (required)>'
Edited by Mitchell Nielsen