Necessary for debugging purposes but also for running global health scripts across all projects (including this one).
11 lines
195 B
Ruby
11 lines
195 B
Ruby
# frozen_string_literal: true
|
|
|
|
ruby File.read(".ruby-version").strip
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "caliber", "~> 0.35"
|
|
gem "debug", "~> 1.8"
|
|
gem "git-lint", "~> 6.0"
|
|
gem "rake", "~> 13.0"
|