aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2018-01-17 17:16:05 -0800
committerGitHub <noreply@github.com>2018-01-17 17:16:05 -0800
commitcbdeb6af3e3a499827ecc2345345068a1d0bee15 (patch)
tree232f833ad578844b08dff6c19efb4d5a813396b8
parent979c2cdbb57421bdce698b637c85c9173b2312f4 (diff)
parent53d907f646a8e58e14511fba3e9d3e2abd5dd182 (diff)
downloadprotobuf-cbdeb6af3e3a499827ecc2345345068a1d0bee15.tar.gz
protobuf-cbdeb6af3e3a499827ecc2345345068a1d0bee15.tar.bz2
protobuf-cbdeb6af3e3a499827ecc2345345068a1d0bee15.zip
Merge pull request #4185 from pherl/ruby2.5
Update rake file to build of 2.1.6.
-rw-r--r--ruby/Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/Rakefile b/ruby/Rakefile
index cabebbdb..7aecfe85 100644
--- a/ruby/Rakefile
+++ b/ruby/Rakefile
@@ -64,13 +64,13 @@ else
task 'gem:windows' do
require 'rake_compiler_dock'
- RakeCompilerDock.sh "bundle && IN_DOCKER=true rake cross native gem RUBY_CC_VERSION=2.5.0:2.4.0:2.3.0:2.2.2:2.1.5:2.0.0"
+ RakeCompilerDock.sh "bundle && IN_DOCKER=true rake cross native gem RUBY_CC_VERSION=2.5.0:2.4.0:2.3.0:2.2.2:2.1.6:2.0.0"
end
if RUBY_PLATFORM =~ /darwin/
task 'gem:native' do
system "rake genproto"
- system "rake cross native gem RUBY_CC_VERSION=2.5.0:2.4.0:2.3.0:2.2.2:2.1.5:2.0.0"
+ system "rake cross native gem RUBY_CC_VERSION=2.5.0:2.4.0:2.3.0:2.2.2:2.1.6:2.0.0"
end
else
task 'gem:native' => [:genproto, 'gem:windows']