Skip to content

Commit

Permalink
Remove ruby version constraint
Browse files Browse the repository at this point in the history
Having an `.rvmrc` file infers that the contributor has RVM isntalled,
while this is not always the case, due to an number of alternatives.

Not having standard `.ruby-version`, `.ruby-gemset`, and `.version.conf`
in `.gitignore` is also putting a roadblock for those using alternative
ruby version managers and modern approach to version management
configuration.

Those files should remain in local repositories and not be tracked.
  • Loading branch information
Filipp Pirozhkov committed May 3, 2018
1 parent d530436 commit 1cf377c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ spec/reports
test/tmp
test/version_tmp
tmp
.rvmrc
.version-conf
.ruby-version
.ruby-gemset
1 change: 0 additions & 1 deletion .rvmrc

This file was deleted.

0 comments on commit 1cf377c

Please sign in to comment.