You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Thanks! ❤️
The text was updated successfully, but these errors were encountered:
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
Gemfile.lock
:RubyGem website (listed version is
1.9.1
), instead of1.9.0
:Thanks! ❤️
The text was updated successfully, but these errors were encountered: