Update ruby to 3.3.1

This commit is contained in:
Gabe Farrell 2024-04-24 19:16:08 -04:00
parent 5789ebf564
commit 996bb01d0b
4 changed files with 7 additions and 8 deletions

View file

@ -1,5 +1,5 @@
source "https://rubygems.org"
ruby "3.3.0"
ruby "3.3.1"
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")