I'm setting up an environment on a new Ubuntu18.04 server and I need to use Capistrano 3.6.x but when installing using apt-get I continue to pull 3.11.x.
I know I can create gem files for individual apps but I don't want to create Gemfiles for each app in production.
I'd prefer to have Capistrano set at 3.6.x system-wide.