Skip to content

Commit

Permalink
Convert to .ruby-version
Browse files Browse the repository at this point in the history
.ruby-version provides a common interface to ruby version managers, and
resolves deprecation warnings introduced in rvm such as:

    You are using '.rvmrc', it requires trusting, it is slower and it is not
    compatible with other ruby managers, you can switch to '.ruby-version' using
    'rvm rvmrc to [.]ruby-version' or ignore this warnings with 'rvm rvmrc
    warning ignore /Users/caleb/code/camper_van/.rvmrc', '.rvmrc' will continue
    to be the default project file in RVM 1 and RVM 2, to ignore the warning for
    all files run 'rvm rvmrc warning ignore all.rvmrcs'.

[A Common .ruby-version File For Ruby Projects](https://gist.github.com/fnichol/1912050)

I've also extracted .ruby-gemset, which rvm will recognize.
  • Loading branch information
calebhearth committed Jun 27, 2013
1 parent e309e7c commit 43c6382
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 81 deletions.
1 change: 1 addition & 0 deletions .ruby-gemset
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
camper_van
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.9.3
81 changes: 0 additions & 81 deletions .rvmrc

This file was deleted.

0 comments on commit 43c6382

Please sign in to comment.