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
11 lines
184 B
Ruby
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"
|