From 4757f6bbdc8720a33d96410dba31f2db300c3d3c Mon Sep 17 00:00:00 2001 From: Adam Mckaig Date: Thu, 14 Feb 2013 17:47:56 -0500 Subject: [PATCH] Don't ignore .rvmrc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We shouldn't be encouraging people to ignore their .rvmrc in a Rails project. It's a good idea to ignore it (along with .rbenv-version, and  the others) in a in a gem which may be used under many ruby versions, but Rails apps usually target a single version, to avoid nasty surprises when deploying. --- Rails.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index bf692e15..e8649e83 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -3,7 +3,6 @@ .sass-cache capybara-*.html .rspec -.rvmrc /.bundle /vendor/bundle /log/*