Skip to content

Commit 231d03b

Browse files
author
Tod Beardsley
committed
Allow for locally chosen rubies
By ignoring .versions.conf, we can allow users pick their own versions of ruby without having to jump through a bunch of hoops on keeping .ruby-version straight between local and remote branches.
1 parent 40ee03e commit 231d03b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ 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:
12+
# rvm --create --versions-conf use # 2.1.4@metasploit-framework
13+
.versions.conf
1014
# YARD cache directory
1115
.yardoc
1216
# Mac OS X files

0 commit comments

Comments
 (0)