summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorbt <bt@web>2024-01-18 12:09:40 -0500
committerIkiWiki <ikiwiki.info>2024-01-18 12:09:40 -0500
commit8b3b7f96c25367d4da34f8060e697886f67b5cb8 (patch)
tree8f647171107a0b51ed47dc133153acaa57cbc47e /posts
parent0960860a52ea3115a3e939587dc759395454550a (diff)
Diffstat (limited to 'posts')
-rw-r--r--posts/rvm.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/posts/rvm.md b/posts/rvm.md
index d412a1d..20c0f27 100644
--- a/posts/rvm.md
+++ b/posts/rvm.md
@@ -32,6 +32,13 @@ Now we can remove everything and properly link to `rvm`:
source ~/.rvm/scripts/rvm
+**Note**: If you plan to work with `bundler` be sure to do the following before installing ruby versions via `rvm`:
+
+
+ rvm pkg install openssl
+ rvm pkg install libyaml
+
+
Now you can freely install any version of Ruby that you desire!