Files
mac_os/Gemfile
Brooke Kuhlmann ea4027714a Updated to Ruby 3.2.0
Necessary to pick up latest version with new features, bug fixes, new
Data primitive, Web Assembly support, and much more.

https: //www.ruby-lang.org/en/news/2022/12/06/ruby-3-2-0-rc1-released
2022-12-25 08:42:42 -07:00

10 lines
175 B
Ruby

# frozen_string_literal: true
ruby File.read(".ruby-version").strip
source "https://rubygems.org"
gem "caliber", "~> 0.16"
# gem "git-lint", "~> 4.0"
gem "rake", "~> 13.0"