Skip to content

Commit 7107a14

Browse files
authored
Merge pull request msgpack#178 from francesco-loreti/msgpack#177
msgpack#177 Added support for Ruby-2.7
2 parents 94de501 + 16e73bd commit 7107a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ namespace :build do
6969
task :windows do
7070
require 'rake_compiler_dock'
7171
# See RUBY_CC_VERSION in https://github.com/rake-compiler/rake-compiler-dock/blob/master/Dockerfile
72-
RakeCompilerDock.sh 'bundle && gem i json && rake cross native gem RUBY_CC_VERSION=2.2.2:2.3.0:2.4.0:2.5.0:2.6.0'
72+
RakeCompilerDock.sh 'bundle && gem i json && rake cross native gem RUBY_CC_VERSION=2.2.2:2.3.0:2.4.0:2.5.0:2.6.0:2.7.0'
7373
end
7474
end
7575

0 commit comments

Comments
 (0)