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 has been 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!
The text was updated successfully, but these errors were encountered:
megatux
changed the title
Should exist a mise ruby plugin instead of asdf on?
Should exist a mise ruby plugin instead of using the asdf one?
Oct 12, 2024
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 likegem update --system
to update rubygems, or thehanami new
CLI command fail with errors. I edited the installed ruby files to usemise
instead ofasdf
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!
The text was updated successfully, but these errors were encountered: