segiddins / rubygems-await

A RubyGems plugin with a command to wait until gems are available.
https://rubygems.org/gems/rubygems-await
MIT License
6 stars 4 forks source link

Fix dependencies parsing error #46

Closed iMacTia closed 3 months ago

iMacTia commented 3 months ago

Summary

A refactored Bundler::CompactIndexClient::Cache class was released in v2.5.12, causing issues with the now missing dependencies method: https://github.com/rubygems/rubygems/compare/bundler-v2.5.11...bundler-v2.5.12

The same functionality is now offered by a new Bundler::CompactIndexClient::Parser class, and nicely exposed via the Bundler::CompactIndexClient#info method.

Fixes #44