From 4f59255032c4ed5a024a5b1a92099640a1a3378b Mon Sep 17 00:00:00 2001 From: Alexander Dubovoy <39504104+ajdubovoy@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:37:55 +0200 Subject: [PATCH] Upgrade to Ruby 3.3.5 (#475) --- build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rb b/build.rb index 8b54d713..db68fec2 100755 --- a/build.rb +++ b/build.rb @@ -1,7 +1,7 @@ #!/usr/bin/env ruby -wU PLACEHOLDERS = { - 'RUBY_SETUP_VERSION' => "3.1.2", + 'RUBY_SETUP_VERSION' => "3.3.5", 'NVM_VERSION' => "0.39.1", 'NODE_VERSION' => "16.15.1", 'GEMS' => "colored faker http pry-byebug rake rails:7.1.3.4 rest-client rspec rubocop-performance sqlite3:1.7.3 activerecord:7.1.3.2"