From e493684ca341861d952a29297602355b0fe17fe6 Mon Sep 17 00:00:00 2001 From: Jeremy Massel Date: Fri, 13 Mar 2020 08:22:23 -0600 Subject: [PATCH] Pin the ruby version for this project (#258) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Pin the ruby version for this project This ensures we’re using a consistent version, which will prevent bundler weirdness. To Test: 1. See that CI is passing. 2. Check out this branch, and run ruby -v. The output should be something like ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-darwin18]. * Use 2.6.4 instead --- .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..2714f53 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.6.4