ruby-i18n / i18n

Internationalization (i18n) library for Ruby
MIT License
977 stars 408 forks source link

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

Closed lluchez closed 2 years ago

lluchez commented 2 years ago

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! :heart:

codealchemy commented 2 years ago

1.9.0 was yanked (ref: https://github.com/ruby-i18n/i18n/pull/602) Screen Shot 2022-01-27 at 13 49 46

lluchez commented 2 years ago

Thanks for the quick reply!

radar commented 2 years ago

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