Files
mac_os/Gemfile
Brooke Kuhlmann 3aa3ea59e7 Updated to Caliber 0.5.0
Necessary to pick up RuboCop 1.27.0 changes -- which, unfortunately,
introduces a warning bug -- and reduce duplicate configurations which
are enabled by RuboCop now.
2022-04-09 11:04:55 -06:00

10 lines
172 B
Ruby

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