Necessary to pick up RuboCop 1.27.0 changes -- which, unfortunately, introduces a warning bug -- and reduce duplicate configurations which are enabled by RuboCop now.
10 lines
172 B
Ruby
10 lines
172 B
Ruby
# frozen_string_literal: true
|
|
|
|
ruby File.read(".ruby-version").strip
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "caliber", "~> 0.5"
|
|
gem "git-lint", "~> 3.2"
|
|
gem "rake", "~> 13.0"
|