Necessary to update all dependencies to latest versions now that we are using Ruby 3.3.0. Details: * link:https://alchemists.io/projects/caliber[Caliber]. * link:https://github.com/ruby/debug[Debug]. * link:https://alchemists.io/projects/git-lint[Git Lint]: Temporarily disabled until next major release. Milestone: major
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.47"
|
|
gem "debug", "~> 1.9"
|
|
gem "git-lint", "~> 7.0"
|
|
gem "rake", "~> 13.1"
|