You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI @seuros, I think it is safe to say that these gems are in maintenance mode and aren't being actively developed right now. This change would be a bit beyond my comfort level. Although I am a Capistrano maintainer, I am not familiar with this part of the Capistrano ecosystem (I have not used ruby version managers via Capistrano). I'll ping the other Capistrano maintainers to see if they have more context.
in https://github.com/capistrano/rvm we have rvm_map_bins
in https://github.com/capistrano/rbenv we have rbenv_map_bins
in https://github.com/capistrano/chruby we have chruby_map_bins
Any gem that try extend this arrays , will need to have 3
append
to be compatible with all version managers.I propose to soft deprecated the *_map_bins to ruby_map_bins .
If there is an approval, i will open a PR in the all the repos that are affected.
The text was updated successfully, but these errors were encountered: