Skip to content

Commit

Permalink
Use latest stable version of rake-compiler-dock
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 20, 2018
1 parent 16573ff commit da29473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion psych.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ DESCRIPTION
s.add_development_dependency 'ruby-maven'
else
s.extensions = ["ext/psych/extconf.rb"]
s.add_development_dependency 'rake-compiler-dock', ">= 0.6.1"
s.add_development_dependency 'rake-compiler-dock', ">= 0.6.3"
end
end

0 comments on commit da29473

Please sign in to comment.