Skip to content

Commit 973c639

Browse files
committed
Add note about rbenv for rvm .versions.conf local override
1 parent 6b01071 commit 973c639

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ Gemfile.local.lock
88
# RVM control file, keep this to avoid backdooring Metasploit
99
.rvmrc
1010
# Allow for a local choice of (unsupported / semi-supported) ruby versions
11-
# See PR #4136 for usage, but example usage:
11+
# See PR #4136 for usage, but example usage for rvm:
1212
# 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
1315
.versions.conf
1416
# YARD cache directory
1517
.yardoc

0 commit comments

Comments
 (0)