[memo] mise ls-remote ruby で ruby 3.2.4/3.3.1 が選択肢に表示されない
mise ls-remote ruby
3.2.4/3.3.1 が list に無い
追記 20240605
mise plugin update ruby
mise は homebrew で入れているのでタイミングが悪いのか判断出来ない
❯ mise install ruby@3.2.4 2024/05/11 17:35:09
Version not found
If this is a new Ruby version, you may need to update the plugin:
asdf plugin update ruby
mise ~/.local/share/mise/plugins/ruby/bin/install failed
Version not found
If this is a new Ruby version, you may need to update the plugin:
asdf plugin update ruby
mise ~/.local/share/mise/plugins/ruby/bin/install exited with non-zero status: exit code 1
mise Run with --verbose or MISE_VERBOSE=1 for more information
指摘されたように、
❯ mise plugin update ruby 2024/05/11 17:35:12
mise plugin:ruby ✓ https://github.com/asdf-vm/asdf-ruby.git#a8a6504
以下の方法でも良かったかな?
mise cache clean
mise ls-remote ruby
❯ mise install ruby@3.2.4 2024/05/11 17:35:41
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 19.6M 100 19.6M 0 0 2466k 0 0:00:08 0:00:08 --:--:-- 3763k
mise ruby@3.2.4 ✓ installed
反映のタイミングは言語のリリースとは非同期なのでどのツールを使っても起こってしまう
忘れそうなので(いつも忘れるけど)
コメント