From 14c73a43d7929e9c4debeab611648829b413e72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C4=81vis=20Namsons?= Date: Sat, 25 Jan 2020 12:49:01 +0200 Subject: [PATCH] Add .ruby-version This resolves https://github.com/thoughtbot-upcase-exercises/custom-joins/issues/1 as the local ruby version not getting set causes the error. --- .ruby-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..276cbf9 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.3.0