Files
mac_os/Gemfile
Brooke Kuhlmann 95297426aa Updated to Git Lint 8.0.0
See link:https://alchemists.io/projects/git-lint/versions[details]. Even though this is a major upgrade, I'm marking this as a _patch_ because none of the Git Lint changes effect this project.

Milestone: patch
2024-07-06 15:08:03 -06:00

11 lines
184 B
Ruby

# frozen_string_literal: true
ruby file: ".ruby-version"
source "https://rubygems.org"
gem "caliber", "~> 0.58"
gem "debug", "~> 1.9"
gem "git-lint", "~> 8.0"
gem "rake", "~> 13.2"