Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lluchez opened this issue Jan 27, 2022 · 3 comments

Comments

@lluchez
Copy link

lluchez commented Jan 27, 2022

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! ❤️

@codealchemy
Copy link
Contributor

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

@lluchez
Copy link
Author

lluchez commented Jan 27, 2022

Thanks for the quick reply!

@lluchez lluchez closed this as completed Jan 27, 2022
@radar radar changed the title [BUG] [BUG] I tried using a yanked version of i18n and all I got was this verbose error message Jan 27, 2022
@radar
Copy link
Collaborator

radar commented Jan 27, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants