calabash / run_loop

The bridge between Calabash iOS and Xcode command-line tools like instruments and simctl.
Other
32 stars 41 forks source link

Update maximum version of 'i18n' dependecy #767

Closed mooikos closed 3 years ago

mooikos commented 3 years ago

Hello, I was trying to use on a local project the functionality of i18n gem: I18n.config.interpolation_patterns But it seemed to not exist :(

I tracked it down to the enforcing of the version < 1.0 from the run_loop gem

I checked the usage of such dependency in this project and it seemed to me that the usage is very basic and a higher version of i18n could be used

Hence the PR :),

Maybe I am wrong and/or maybe it could be updated even further maybe <2.0 ?