Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Created December 25, 2018 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YumaInaura/ff528ec116c05c4e93474c8cb62f2763 to your computer and use it in GitHub Desktop.
Save YumaInaura/ff528ec116c05c4e93474c8cb62f2763 to your computer and use it in GitHub Desktop.
rbenv で ruby 2.6 のバージョンを一覧するコマンド例 ref: https://qiita.com/YumaInaura/items/86ca0a6e308976980935
$ rbenv install --list | grep 2\.6\.
2.6.0-dev
2.6.0-preview1
2.6.0-preview2
2.6.0-preview3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment