From bbf6d48d201e596125ba1ffd57c131e26b286826 Mon Sep 17 00:00:00 2001 From: Lior Sion Date: Fri, 17 May 2013 20:22:16 +0300 Subject: [PATCH] newer support for rvmrc the newer versions of rvm support new way to do project files: https://rvm.io/workflow/projects/#ruby-versions --- Rails.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index bf692e15..46d5f6bf 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -4,6 +4,8 @@ capybara-*.html .rspec .rvmrc +.ruby-gemset +.ruby-version /.bundle /vendor/bundle /log/*