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:
parent
e464e50e15
commit
910a0736e7
2 changed files with 2 additions and 1 deletions
2
.rvmrc
2
.rvmrc
|
@ -1 +1 @@
|
|||
rvm use 1.8.7@capistrano-devel --create
|
||||
rvm use 1.8.7
|
||||
|
|
1
rvmrc.sample
Normal file
1
rvmrc.sample
Normal file
|
@ -0,0 +1 @@
|
|||
rvm use 1.8.7@capistrano-devel --create
|
Loading…
Reference in a new issue