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
Post a Comment