aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDaniel Azuma <dazuma@gmail.com>2023-01-30 09:26:38 -0800
committerGitHub <noreply@github.com>2023-01-30 09:26:38 -0800
commit54ad01cf01696a614df8b2256a134aa561ed7315 (patch)
tree4874fcf4fbeaecf4c7926fb54c159eae7f77f1c0 /Rakefile
parent1dc254c488028651cf3044f5708fabd4e4529f99 (diff)
downloadgrpc-grpc-54ad01cf01696a614df8b2256a134aa561ed7315.tar.gz
[ruby] Fix Ruby 2.6 build (#32231)
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index bc0fb496ed..848f75f6d4 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