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
{{ message }}
This repository was archived by the owner on Oct 14, 2024. It is now read-only.
I'm having several errors when using Ruby asdf plugin (https://github.com/asdf-vm/asdf-ruby).
Mainly it expects the asdf cli. E.g: in the file .local/share/mise/plugins/ruby/rubygems-plugin/rubygems_plugin.rb so commands like gem update --system to update rubygems, or the hanami new CLI command fail with errors. I edited the installed ruby files to use mise instead of asdf command but it has issues because both tools have its own parameter differences. So, I'm thinking that a specialized plugin for Ruby should exist. WDYT?
Thx!