Don't enforce rbenv version
It would be better not include either rbenv or a specific rbenv version with gitlab.
This commit is contained in:
parent
81092c0198
commit
75f040fbfe
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,6 +9,7 @@ coverage/*
|
||||||
*.swp
|
*.swp
|
||||||
public/uploads/
|
public/uploads/
|
||||||
.rvmrc
|
.rvmrc
|
||||||
|
.rbenv-version
|
||||||
.directory
|
.directory
|
||||||
nohup.out
|
nohup.out
|
||||||
Vagrantfile
|
Vagrantfile
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
1.9.2-p290
|
|
Loading…
Reference in a new issue