i18n_country_select
i18n_country_select copied to clipboard
i18n version dependency
This gem depends on the i18n gem as written in the Gemfile:
s.add_dependency('i18n', '~> 0.9.3')
While trying to update other components, we have the issue that as of now, i18n is at 1.8.2 which does not seem to be compatible here.
Any chance this could be resolved? Is there any breaking changes in i18n that would prevent loosing this dependency to something like s.add_dependency('i18n', '>= 0.9.3')
Thanks
Hello, @dup2 were you able to solve this? I have the same issue.
Hello, @dup2 were you able to solve this? I have the same issue.
Unfortunately not - we are doing this all in the frontend now with vue.js