Skip to content

Commit

Permalink
Migrate .rvmrc to .ruby-version/.ruby-gemset files
Browse files Browse the repository at this point in the history
.ruby-version/.ruby-gemset are compatible across the other popular Ruby 
environment managers and has been supported in RVM for over 2 years.

Additionally, RVM will automatically setup the gemset, including the
setup/installation of Bundler.

However, it will only show the command to install a Ruby version, it
will not install it automatically. It will also not use bundler to
install everything in the Gemfile.
  • Loading branch information
ferrous26 committed May 26, 2014
1 parent dc4c10f commit 654c54c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
1 change: 1 addition & 0 deletions .ruby-gemset
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
markus
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby-2.1.2
35 changes: 0 additions & 35 deletions .rvmrc

This file was deleted.

0 comments on commit 654c54c

Please sign in to comment.