ruby on rails - Error after bundle install on production -
every time install gem on production using bundle install got error
could not find rake-10.4.2 in of sources (bundler::gemnotfound)
also following warning when bundle install
don't run bundler root. bundler can ask sudo if needed, , installing bundle root break application non-root users on machine.
i tried removing gemfile.lock , re-installed gems still not working
thanks in advance.
Comments
Post a Comment