i18n_country_select icon indicating copy to clipboard operation
i18n_country_select copied to clipboard

i18n version dependency

Open dup2 opened this issue 4 years ago • 2 comments

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

dup2 avatar Feb 27 '20 12:02 dup2

Hello, @dup2 were you able to solve this? I have the same issue.

tmvst avatar Jan 22 '21 14:01 tmvst

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

dup2 avatar Jan 22 '21 15:01 dup2