Skip to content

Commit 496c8fa

Browse files
committed
Land rapid7#4136, @todb-r7's fix to allow use of other ruby versions
Only rbenv and rvm have been tested. For rbenv: rbenv shell <VERSION> For rvm: rvm --create --versions-conf use <VERSION>@metasploit-framework
2 parents cca30b5 + 973c639 commit 496c8fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Gemfile.local.lock
77
.sublime-project
88
# RVM control file, keep this to avoid backdooring Metasploit
99
.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
1016
# YARD cache directory
1117
.yardoc
1218
# Mac OS X files

0 commit comments

Comments
 (0)