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

Broken with Bundler 2.5.6 #14

Closed ccutrer closed 6 months ago

ccutrer commented 7 months ago

Bundler 2.5.6 no longer requires Bundler::URI by default, so you end up with a missing constant. See https://github.com/instructure/bundler-multilock/actions/runs/7878591706/job/21497217891

segiddins commented 7 months ago

Does https://github.com/segiddins/rubygems-await/pull/16 help?