diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-07-30 18:29:13 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-07-30 19:16:46 +0200 |
| commit | 52ad1356ac4f944d8f8ef9650097c1fc5f70a74e (patch) | |
| tree | d50365d164710b4a620c68fd30d881bdbeaa39c4 | |
| parent | d60c8e18b2b128674f8b92858ceb0772ce6ba69b (diff) | |
Update the ruby global system version/rbenv plugins
| -rw-r--r-- | .rbenv/version | 2 | ||||
| -rw-r--r-- | README.md | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/.rbenv/version b/.rbenv/version index 37c2961..be94e6f 100644 --- a/.rbenv/version +++ b/.rbenv/version @@ -1 +1 @@ -2.7.2 +3.2.2 @@ -134,11 +134,8 @@ brew install rbenv mkdir -p ~/.bundle ln -sf ~/.rc/.bundle/config ~/.bundle/config -git clone https://github.com/sstephenson/rbenv-gem-rehash.git ~/.rbenv/plugins/rbenv-gem-rehash -git clone https://github.com/sstephenson/rbenv-vars.git ~/.rbenv/plugins/rbenv-vars git clone https://github.com/tpope/rbenv-ctags.git ~/.rbenv/plugins/rbenv-ctags git clone https://github.com/sstephenson/rbenv-default-gems.git ~/.rbenv/plugins/rbenv-default-gems -git clone https://github.com/rkh/rbenv-update.git ~/.rbenv/plugins/rbenv-update ln -sf ~/.rc/.gemrc ~/.gemrc ln -sf ~/.rc/.rbenv/default-gems ~/.rbenv/default-gems |
