hello friends I have ruby and ruby on rails installed and it works correctly but the server does not work with the "rails server" command but with "gem server"
error message:
root@sommer0123-AO532h:/home/sommer0123/Escritorio/blogruby/blog# rails server /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 'require': cannot load such file -- bundler/setup (LoadError) from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 'require' from /home/sommer0123/Escritorio/blogruby/blog/config/boot.rb:3:in '' from bin/rails:3:in 'require_relative' from bin/rails:3:in '' root@sommer0123-AO532h:/home/sommer0123/Escritorio/blogruby/blog# gem server Server started at http://0.0.0.0:8808 Server started at http://[::]:8808
my doubt is there would be a problem with the web app in production?
note usage: ubuntu desktop 16.2 tls