From bd438fb6ff0644d4da905fc74c7dfc5d3c3d7960 Mon Sep 17 00:00:00 2001 From: ElvisDot <43215015+ElvisDot@users.noreply.github.com> Date: Sun, 6 Oct 2024 19:24:34 +0800 Subject: [PATCH] Update to ruby 3.3.5 in check script --- check.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.rb b/check.rb index aa975b23..1a8c87d6 100644 --- a/check.rb +++ b/check.rb @@ -1,7 +1,7 @@ require "io/console" require "json" -REQUIRED_RUBY_VERSION = "3.1.2" +REQUIRED_RUBY_VERSION = "3.3.5" REQUIRED_GIT_VERSION = "2.0" REQUIRED_GEMS = %w[colored faker http pry-byebug rake rails rest-client rspec rubocop-performance sqlite3] MINIMUM_AVATAR_SIZE = 2 * 1024