ruby on rails - Could not find i18n-0.6.0 in any of the sources (Bundler::GemNotFound) -
could not find i18n-0.6.0 in of sources (bundler::gemnotfound) i getting error when trying run redmine using phusion passenger under rvm on osx lion.
i have "redmine" , "global" rvm gemsets under ruby 1.9.3. "global" gemset contains passenger gem, other redmine specific gems in "redmine" gem set.
there lot of similar posts on stack overflow deal (1,2,3), accepted answers, don't believe of them "correct" solution.
how can overcome error while having passenger installed in global gemset please?
checking first mentioned post there important part use wrappers:
passengerruby /usr/local/rvm/wrappers/ruby-1.9.3-p125/ruby the wrappers sets proper environment default ruby, using gemsets follow rvm integration instructions: https://rvm.io/integration/passenger/
Comments
Post a Comment