From 8b3b7f96c25367d4da34f8060e697886f67b5cb8 Mon Sep 17 00:00:00 2001 From: bt Date: Thu, 18 Jan 2024 12:09:40 -0500 Subject: --- posts/rvm.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'posts') 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! -- cgit v1.2.3-54-g00ecf