diff --git a/tool/mjit/bindgen.rb b/tool/mjit/bindgen.rb index c9bfc470c8..b846a91664 100755 --- a/tool/mjit/bindgen.rb +++ b/tool/mjit/bindgen.rb @@ -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