Files
mac_os/Gemfile
Brooke Kuhlmann b0b4d51e2c Refactored Gemfile to use ruby file syntax
Necessary to leverage syntax first provided in Bundler 2.4.19 and reduce the need for a custom implementation.

Milestone: patch
2023-10-09 17:34:35 -06:00

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"