From 73519549cd68a683e44f3016e401eefc4ac5c496 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sun, 23 Jan 2022 10:10:40 -0700 Subject: [PATCH] Added Ruby version to Gemfile Necessary to be consistent with Rubysmith defaults. --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 8455608..5085b44 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,7 @@ # frozen_string_literal: true +ruby File.read(".ruby-version").strip + source "https://rubygems.org" gem "git-lint", "~> 3.0"