From cf4085efe066049570fac085f2fb1ccecc48a0fd Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Sun, 1 Nov 2015 21:46:05 -0500 Subject: [PATCH 1/3] Ignore .ruby-version --- .gitignore | 1 + .ruby-version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 211dc08..ffefd5b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ assets/vendor/qtip2/basic /vendor Gemfile.lock /.sass-cache +.ruby-version diff --git a/.ruby-version b/.ruby-version index 227cea2..ccbccc3 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.0.0 +2.2.0 From 61d59ffc59fea4640af3179e8b73752216e55d68 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Sun, 1 Nov 2015 22:02:31 -0500 Subject: [PATCH 2/3] Remove ruby version from Gemfile --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9383588..bf1cd2b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,4 @@ source "https://rubygems.org" -ruby File.read(".ruby-version").strip gem "github-pages" gem "jekyll-seo-tag" From 4b33b6650b59a072298c0b741021f3a463cc47d0 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Mon, 2 Nov 2015 09:19:32 -0500 Subject: [PATCH 3/3] Actually remove .ruby-version --- .ruby-version | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .ruby-version 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