puppetlabs / puppet-agent

All of the directions for building a puppet agent package.
Other
47 stars 146 forks source link

Pin rubygems-update for Ruby 2.7 #2448

Closed mhashizume closed 7 months ago

mhashizume commented 7 months ago

When Rubygems attempts to run gem update --system under Ruby 2.7, it errors when pulling in rubygems-update >= 3.5.0, which drops support for Ruby < 3.0.

This commit pins rubygems-update to 3.4.22, the last version that supports Ruby 2.7.