LoginSignup
1
1

More than 5 years have passed since last update.

OSX以外のrbenv install -lのリストを更新する

Posted at

OSXの場合はこちら
rbenvでインストールできるバージョンリストを最新にする

リストを更新する

$ cd "$(rbenv root)"/plugins/ruby-build && sudo git pull

出力結果

remote: Counting objects: 1374, done.
remote: Total 1374 (delta 488), reused 488 (delta 488), pack-reused 886
Receiving objects: 100% (1374/1374), 334.92 KiB | 538.00 KiB/s, done.
Resolving deltas: 100% (968/968), completed with 105 local objects.
From https://github.com/sstephenson/ruby-build
 * branch            master     -> FETCH_HEAD
   e9567fc..9e57fb0  master     -> origin/master
Updating e9567fc..9e57fb0
Fast-forward

[以下略]

リスト情報

$ rbenv install -lで出力されているリストは、plugins/ruby-buildで管理されています。

最新のリスト
https://github.com/rbenv/ruby-build/tree/master/share/ruby-build

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1