aboutsummaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-01-30 19:27:19 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-01-30 19:27:19 +0100
commitb230ba870e979699d21f5496990fe76bbc23bb1c (patch)
tree863b7599a04bd0791633c4b36d76169d1e1015bd /Rakefile
parent1b587f1705eae40b2be1eab9d44aebb0d99d4d03 (diff)
Add ruby 2.4.0 targets to Rakefile.
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index c8bca20ad1..f8028e596f 100755
--- a/Rakefile
+++ b/Rakefile
@@ -107,10 +107,10 @@ task 'gem:native' do
if RUBY_PLATFORM =~ /darwin/
FileUtils.touch 'grpc_c.32.ruby'
FileUtils.touch 'grpc_c.64.ruby'
- system "rake cross native gem RUBY_CC_VERSION=2.3.0:2.2.2:2.1.5:2.0.0 V=#{verbose} GRPC_CONFIG=#{grpc_config}"
+ system "rake cross native gem RUBY_CC_VERSION=2.4.0:2.3.0:2.2.2:2.1.5:2.0.0 V=#{verbose} GRPC_CONFIG=#{grpc_config}"
else
Rake::Task['dlls'].execute
- docker_for_windows "bundle && rake cross native gem RUBY_CC_VERSION=2.3.0:2.2.2:2.1.5:2.0.0 V=#{verbose} GRPC_CONFIG=#{grpc_config}"
+ docker_for_windows "bundle && rake cross native gem RUBY_CC_VERSION=2.4.0:2.3.0:2.2.2:2.1.5:2.0.0 V=#{verbose} GRPC_CONFIG=#{grpc_config}"
end
end