Skip to content

Commit

Permalink
Update to ruby 3.3.5 in check script (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisDot authored Oct 6, 2024
1 parent 55b6f89 commit 0fcf9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0fcf9e7

Please sign in to comment.