Skip to content

Commit

Permalink
Make fat gem buildable with Docker Desktop for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Oct 12, 2019
1 parent ebb0ab6 commit 8e1f76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ desc 'Build gems for Windows per rake-compiler-dock'
task 'gem:native' do
# See RUBY_CC_VERSION in https://github.com/rake-compiler/rake-compiler-dock/blob/master/Dockerfile.mri
RakeCompilerDock.sh <<-EOS
bundle --local
gem install bundler --no-doc && bundle --local
bundle exec rake cross native gem RUBY_CC_VERSION=2.4.0:2.5.0:2.6.0
EOS
end
Expand Down

0 comments on commit 8e1f76a

Please sign in to comment.