chore: upgrade to ruby 3.3.3

This commit is contained in:
Nelson Jovel 2024-06-13 10:08:14 -07:00
parent 3f2aa63bfd
commit 7fe53d41f5
3 changed files with 3 additions and 3 deletions

View file

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