Closed cFire closed 1 month ago
Tested some of the intermediate versions, last working version was 2.1.0
and 2.2.1
is the first version where this bug happens.
@cFire Can you verify the linked PR fixes your issue?
@cFire Can you verify the linked PR fixes your issue?
Indeed it does! Thanks for working out the fix.
I recently updated the cli-ui gem for a project I have and I've noticed SpinGroups have stopped working when used inside of a
CLI::UI::Prompt.ask
block.I'm not entirely sure which version exactly it stopped working. I'll try to do some additional testing and narrow it down if possible.
Old cli-ui version where this still worked: 1.5.1
New cli-ui version where this no longer works: 2.2.3
Minimal example to reproduce: