Added Ruby version to Gemfile

Necessary to be consistent with Rubysmith defaults.
This commit is contained in:
Brooke Kuhlmann
2022-01-23 10:10:40 -07:00
parent e13c08288e
commit 73519549cd

View File

@@ -1,5 +1,7 @@
# frozen_string_literal: true
ruby File.read(".ruby-version").strip
source "https://rubygems.org"
gem "git-lint", "~> 3.0"