summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-10-20 10:59:03 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-10-20 10:59:03 +0900
commitda2947306e78c6db8b3ff1071ae64452a9781956 (patch)
treecef2db3c340c0363eb2b34b3f375b5e6bd067a18 /Rakefile
parent16573ff4a012616270ebd7e05ac1ec726adf0125 (diff)
downloadpsych-da2947306e78c6db8b3ff1071ae64452a9781956.tar.gz
Use latest stable version of rake-compiler-dock
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 5c5e8d4..4e744bb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -42,7 +42,7 @@ end
desc "Compile binaries for mingw platform using rake-compiler-dock"
task 'build:mingw' do
require 'rake_compiler_dock'
- RakeCompilerDock.sh "bundle && rake cross native gem RUBY_CC_VERSION=2.2.2:2.3.0:2.4.0"
+ RakeCompilerDock.sh "bundle && rake cross native gem RUBY_CC_VERSION=2.5.0:2.4.0:2.3.0"
end
task :default => [:compile, :test]