From 7263b7554709c149e68363aeb0dde50d29a4d4ef Mon Sep 17 00:00:00 2001 From: John Gore Date: Sun, 9 Aug 2020 17:03:43 -0500 Subject: [PATCH] Add ASDF support --- lib/eye/patch/capistrano3.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/eye/patch/capistrano3.rb b/lib/eye/patch/capistrano3.rb index 5b0f2da..fd253a1 100644 --- a/lib/eye/patch/capistrano3.rb +++ b/lib/eye/patch/capistrano3.rb @@ -7,6 +7,7 @@ set :eye_roles, -> { :app } set :eye_env, -> { {} } + set :asdf_map_ruby_bins, fetch(:asdf_map_ruby_bins, []).push(fetch(:eye_bin)) set :chruby_map_bins, fetch(:chruby_map_bins, []).push(fetch(:eye_bin)) set :rvm_map_bins, fetch(:rvm_map_bins, []).push(fetch(:eye_bin)) set :rbenv_map_bins, fetch(:rbenv_map_bins, []).push(fetch(:eye_bin))