diff options
| author | Marc Florisson | 2014-01-24 22:31:27 +0100 | 
|---|---|---|
| committer | Marc Florisson | 2014-01-24 22:31:27 +0100 | 
| commit | 5cbac038bafafea086c251c0560c3fceb03ccc9f (patch) | |
| tree | e78b77ceec39bf482016c9ab34221cc53d2c267e | |
| parent | a3ddba57d365c5d74eed6612d7fae7152187cb8a (diff) | |
| download | chouette-core-5cbac038bafafea086c251c0560c3fceb03ccc9f.tar.bz2 | |
use ruby-version instead of rvmrc
| -rw-r--r-- | .ruby-version | 1 | ||||
| -rw-r--r-- | .rvmrc | 1 | 
2 files changed, 1 insertions, 1 deletions
| diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 000000000..8e1735244 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +ruby-1.9.3-p448 diff --git a/.rvmrc b/.rvmrc deleted file mode 100644 index d00bbb5f0..000000000 --- a/.rvmrc +++ /dev/null @@ -1 +0,0 @@ -rvm ruby-1.9.3-p448 | 
