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.
2 parents cca30b5 + 973c639 commit 496c8faCopy full SHA for 496c8fa
.gitignore
@@ -7,6 +7,12 @@ Gemfile.local.lock
7
.sublime-project
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 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
18
# Mac OS X files
0 commit comments