ruby on rails - my application's gem has dependency with different-2 version of i18n -


my rails application's gems dependent on 2 different versions of i18n: 0.6.1 , 0.6.4. have gemfile locked version 0.6.4. when run rails app via bundle exec, app ask version 0.6.1 , app server won't start.

should remove 1 of versions of i18n , it's dependencies, or there other alternative don't have remove of i18n versions?

note: not using rvm.

thanks in advance.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -