Files
mac_os/Gemfile
Brooke Kuhlmann 76f34a826c Updated to Git Lint 10.0.0
link:https://alchemists.io/projects/git-lint/versions/10.0.0/[Details]. This only effects the development environment which is why this is a minor bump.

Milestone: minor
2026-01-01 11:45:49 -07:00

11 lines
186 B
Ruby

# frozen_string_literal: true
ruby file: ".ruby-version"
source "https://rubygems.org"
gem "caliber", "~> 0.82"
gem "debug", "~> 1.11"
gem "git-lint", "~> 10.0"
gem "rake", "~> 13.3"