Closed jtdowney closed 11 years ago
Per wayneeseguin/rvm#1729 the current method for using the local .rvmrc is rvm . do .... This allows the subcontractor syntax to look like:
rvm . do ...
another_app: subcontract --rvm . --chdir ../another_app --signal INT -- rails s -p 3001
Per wayneeseguin/rvm#1729 the current method for using the local .rvmrc is
rvm . do ...
. This allows the subcontractor syntax to look like:another_app: subcontract --rvm . --chdir ../another_app --signal INT -- rails s -p 3001