Files
mac_os/Gemfile
Brooke Kuhlmann 3158d024df Updated to Git Lint 1.0.0
It is necessary to drop Git Cop because it has been deprecated. [Git
Lint](https://www.alchemists.io/projects/git-lint) is the new offical
gem for analyzing Git commit quality.
2020-06-13 15:47:00 -06:00

7 lines
109 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem "rake", "~> 13.0"
gem "git-lint", "~> 1.0"