Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
Finally found the answer.
I should update the passenger_ruby entry on /etc/nginx/nginx.conf
update the entry to your ruby installation path should fix the issue
This comment has been deleted
Hi hansen,
Thanks for the response, however I don’t think that it was the case since if I run bundle list then json version 1.8.6 is included in the list.
I think the problem lies in passenger that is still searching in ruby 2.0.0 even though I already update my ruby to 2.3.1
bundle list
...
* hashie (1.2.0)
* htmlentities (4.3.1)
* i18n (0.7.0)
* iconv (1.0.4)
* inifile (3.0.0)
* jquery-rails (3.1.4)
* json (1.8.6)
* listen (3.0.8)
* loofah (2.0.3)
* lumberjack (1.0.11)
...