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:
@@ -1 +1 @@
|
||||
3.1.3
|
||||
3.2.0
|
||||
|
||||
2
Gemfile
2
Gemfile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user