Skip to content

Commit 0fcf9e7

Browse files
authored
Update to ruby 3.3.5 in check script (#477)
1 parent 55b6f89 commit 0fcf9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require "io/console"
22
require "json"
33

4-
REQUIRED_RUBY_VERSION = "3.1.2"
4+
REQUIRED_RUBY_VERSION = "3.3.5"
55
REQUIRED_GIT_VERSION = "2.0"
66
REQUIRED_GEMS = %w[colored faker http pry-byebug rake rails rest-client rspec rubocop-performance sqlite3]
77
MINIMUM_AVATAR_SIZE = 2 * 1024

0 commit comments

Comments
 (0)