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
This commit is contained in:
Brooke Kuhlmann
2022-12-24 07:35:00 -07:00
parent 4f599099a1
commit ea4027714a
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
3.1.3
3.2.0

View File

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

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require "git/lint/rake/setup"
# require "git/lint/rake/setup"
require "rubocop/rake_task"
RuboCop::RakeTask.new