Files
mac_os/Gemfile
Brooke Kuhlmann 73519549cd Added Ruby version to Gemfile
Necessary to be consistent with Rubysmith defaults.
2022-01-23 10:10:40 -07:00

9 lines
148 B
Ruby

# frozen_string_literal: true
ruby File.read(".ruby-version").strip
source "https://rubygems.org"
gem "git-lint", "~> 3.0"
gem "rake", "~> 13.0"