diff --git a/config/software/ruby.rb b/config/software/ruby.rb index 6248ef02f3b3f5ea5dd638e7d3a0e85b2761c19e_Y29uZmlnL3NvZnR3YXJlL3J1YnkucmI=..6fafab057dc2551c3d03e18f888a79d8919b2c09_Y29uZmlnL3NvZnR3YXJlL3J1YnkucmI= 100644 --- a/config/software/ruby.rb +++ b/config/software/ruby.rb @@ -28,7 +28,7 @@ # NOTE: When this value is updated, flip `USE_NEXT_RUBY_VERSION_IN_*` variable # to false to avoid surprises. -next_ruby_version = Gitlab::Util.get_env('NEXT_RUBY_VERSION') || '3.2.5' +next_ruby_version = Gitlab::Util.get_env('NEXT_RUBY_VERSION') || '3.3.7' # MRs targeting stable branches should use current Ruby version and ignore next # Ruby version. Also, we provide `USE_SPECIFIED_RUBY_VERSION` variable to force