Skip to content

Commit 7cc1e77

Browse files
committed
Remove .ruby-version from version control
Similarly to dependencies libraries are often required to support many versions of the platform they run on unlike most applications which are known to work and maintained on a single version. Removing this Ruby version specifier will be more conducive to testing on multiple Ruby VM versions.
1 parent 149beb8 commit 7cc1e77

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.env
2+
.ruby-version
23
Gemfile.lock

.ruby-version

-1
This file was deleted.

0 commit comments

Comments
 (0)