Bundler is a tool that makes it easier to keep track of what Ruby gems (and what versions of those gems) an application depends upon.
Whenever I run bundle install on my VPS (CentOS Linux release 7.0.1406 (Core)) I get an error when installing the pg …
centos capistrano bundler pg centos7Following current best practices, what is the proper role for each of these? Based on my limited understanding of Bundler …
ruby-on-rails rubygems passenger bundler rvm