MJIT: Use install = true for bundler/inline

It prints a `bundle install`-like output, which seems more useful than
a silent output.
This commit is contained in:
Takashi Kokubun 2022-12-01 23:55:55 -08:00
Родитель f01bfa8af7
Коммит 07ac707758
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@
ENV['GEM_HOME'] = File.expand_path('./.bundle', __dir__)
require 'rubygems/source'
require 'bundler/inline'
gemfile do
gemfile(true) do
source 'https://rubygems.org'
gem 'ffi-clang', '0.7.0', require: false
end