diff --git a/Rakefile b/Rakefile index bc0fb496edf..848f75f6d42 100755 --- a/Rakefile +++ b/Rakefile @@ -144,7 +144,7 @@ task 'gem:native', [:plat] do |t, args| verbose = ENV['V'] || '0' grpc_config = ENV['GRPC_CONFIG'] || 'opt' - ruby_cc_versions = ['3.2.0', '3.1.0', '3.0.0', '2.7.0', '2.6.10'].join(':') + ruby_cc_versions = ['3.2.0', '3.1.0', '3.0.0', '2.7.0', '2.6.0'].join(':') selected_plat = "#{args[:plat]}" # use env variable to set artifact build paralellism