ruby-i18n/i18n

[BUG] I tried using a yanked version of i18n and all I got was this verbose error message

lluchez opened this issue · 3 comments

What I tried to do

CI Deploy

What I expected to happen

I'm able to bundle my application using the latest version of i18n (1.9.0)

What actually happened

Your bundle is locked to i18n (1.9.0), but that version could not be found in
any of the sources listed in your Gemfile. If you haven't changed sources, that
means the author of i18n (1.9.0) has removed it. You'll need to update your
bundle to a version other than i18n (1.9.0) that hasn't been removed in order to
install.

Gemfile.lock:

    i18n (1.9.0)
      concurrent-ruby (~> 1.0)

RubyGem website (listed version is 1.9.1), instead of 1.9.0:
image

Thanks! ❤️

1.9.0 was yanked (ref: #602)
Screen Shot 2022-01-27 at 13 49 46

Thanks for the quick reply!

radar commented

Yeah, i18n 1.9.0 was broken in a bad way, so it's better if it is not installable. Sorry for the trouble.