chore: upgrade to ruby 3.3.4

This commit is contained in:
Nelson Jovel 2024-07-10 10:55:56 -07:00
parent f4a99f6f95
commit 1d255499f6
3 changed files with 3 additions and 3 deletions

View file

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