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
Adding Mobility to my projects Gemfile forced a downgrade on the gem i18n from v1.1.0 to v1.0.1. Is this really necessary? Maybe the gemspec is just too strict?
Bundler could not find compatible versions for gem "i18n":
In snapshot (Gemfile.lock):
i18n (= 1.1.0)
In Gemfile:
mobility (~> 0.8.0) was resolved to 0.8.0, which depends on
i18n (< 1.1, >= 0.6.10)
If i18n uses semantic versioning, i18n (< 2, >= 0.6.10) should work in the gemspec. In case it's really not working, I hope you support i18n 1.1 from the next version on.
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. Yes probably the gemspec is too strict. Could you make a PR with that change to the gemspec? I'm planning to release some minor changes in 0.8.1 so I can include this change in there as well.
Adding Mobility to my projects Gemfile forced a downgrade on the gem i18n from v1.1.0 to v1.0.1. Is this really necessary? Maybe the gemspec is just too strict?
If i18n uses semantic versioning,
i18n (< 2, >= 0.6.10)
should work in the gemspec. In case it's really not working, I hope you support i18n 1.1 from the next version on.The text was updated successfully, but these errors were encountered: