diff options
Diffstat (limited to 'posts/rvm.md')
-rw-r--r-- | posts/rvm.md | 7 |
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! |