Skip to content

Commit 92ef9e4

Browse files
committed
Remove .ruby-version for development
RubyGems may be used across a wide range of Ruby versions, from the minimum supported version to development versions. To allow local development with any Ruby version, the Ruby version is not locked using a `.ruby-version` file. This enables developers to work with their preferred Ruby version and frees repository maintainers from the need to update `.ruby-version`. Additionally, because testing against supported Ruby versions is performed in CI before release, the version in `.ruby-version` is not important.
1 parent 18f3e87 commit 92ef9e4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.ruby-version
12
/.bundle/
23
/.yardoc
34
/_yardoc/

.ruby-version

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

0 commit comments

Comments
 (0)