puppetlabs / r10k

Smarter Puppet deployment
Other
802 stars 355 forks source link

r10k gem is not compatible with faraday 2.9.0 #1370

Closed vchepkov closed 2 months ago

vchepkov commented 6 months ago

Attempts to install r10k with puppet 7 gem fail

The last version of faraday (~> 2.0) to support your Ruby & RubyGems was 2.8.1. Try installing it with `gem install faraday -v 2.8.1`
bastelfreak commented 5 months ago

My personal recommendation is to not use the EoL Ruby 2.7. Now that PE LTS uses it doesn't make it easier...

For those unfortunate people I install an older version of faraday:

puppet resource package faraday ensure=2.8.1 provider=puppet_gem
github-actions[bot] commented 3 months ago

This issue has been marked stale because it has had no activity for 60 days. The Puppet Team is actively prioritizing existing bugs and new features, if this issue is still important to you please comment and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days.