From 207222870b5493c3bc686d8da062c6cd5fe5cbec Mon Sep 17 00:00:00 2001 From: Kevin Jalbert Date: Mon, 23 Feb 2015 00:11:15 -0500 Subject: [PATCH] Ignore .ruby-version and Gemfile.lock Remove .ruby-version as well --- .gitignore | 4 ++-- .ruby-version | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .ruby-version diff --git a/.gitignore b/.gitignore index f2c1360..f2e896e 100644 --- a/.gitignore +++ b/.gitignore @@ -26,8 +26,8 @@ build/ # for a library or gem, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: -# Gemfile.lock -# .ruby-version +Gemfile.lock +.ruby-version # .ruby-gemset # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index ccbccc3..0000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -2.2.0