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