1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

.rvmrc should not force a specific gemset, but is useful for declaring a ruby version

This commit is contained in:
Ben Langfeld 2011-03-30 18:26:25 +01:00
parent e464e50e15
commit 910a0736e7
2 changed files with 2 additions and 1 deletions

2
.rvmrc
View file

@ -1 +1 @@
rvm use 1.8.7@capistrano-devel --create
rvm use 1.8.7

1
rvmrc.sample Normal file
View file

@ -0,0 +1 @@
rvm use 1.8.7@capistrano-devel --create