Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 6149fa0

Browse files
committed
Don't force a specific rbenv Ruby version on the user
1 parent e2584da commit 6149fa0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.gitignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
.bundle/
2-
log/*.log
3-
pkg/
4-
test/dummy/db/*.sqlite3
5-
test/dummy/log/*.log
6-
test/dummy/tmp/
1+
/.ruby-version
2+
/.bundle/
3+
/log/*.log
4+
/pkg/
5+
/test/dummy/db/*.sqlite3
6+
/test/dummy/log/*.log
7+
/test/dummy/tmp/

.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)