summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!