We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b01071 commit 973c639Copy full SHA for 973c639
.gitignore
@@ -8,8 +8,10 @@ Gemfile.local.lock
8
# RVM control file, keep this to avoid backdooring Metasploit
9
.rvmrc
10
# Allow for a local choice of (unsupported / semi-supported) ruby versions
11
-# See PR #4136 for usage, but example usage:
+# See PR #4136 for usage, but example usage for rvm:
12
# rvm --create --versions-conf use 2.1.4@metasploit-framework
13
+# Because rbenv doesn't use .versions.conf, to achieve this same functionality, run:
14
+# rbenv shell 2.1.4
15
.versions.conf
16
# YARD cache directory
17
.yardoc
0 commit comments