I want to deploy a rails application for linode cloud server. I installed ubuntu 14.04 LTS and installed ruby 2.3.0 on rvm and also installed the passenger with apache2. Then I cloned my application from a bitbucket and tried to bundle it, but I can't. It says so ....
/usr/local/rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file
from /usr/local/rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /usr/bin/bundle:7:in `<main>'
source
share