Necessary to leverage syntax first provided in Bundler 2.4.19 and reduce the need for a custom implementation. 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.35"
|
|
gem "debug", "~> 1.8"
|
|
gem "git-lint", "~> 6.0"
|
|
gem "rake", "~> 13.0"
|