From 4246e102d49eae0bd1bca01fba53286ad8178d2a Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Wed, 13 Apr 2022 11:09:23 +0900 Subject: Enabled to build extensions with the bundled gems again https://github.com/ruby/ruby/commit/cbb115213c42f15638ef119eb20c4d3106eb8b1a https://github.com/ruby/ruby/commit/5c1b76a3a55afeb07116bbd3492303c6b6cd890d --- tool/rbinstall.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index 624961b4ee..0d0f6b2f79 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -853,9 +853,6 @@ module RbInstall def write_cache_file end - def build_extensions - end - def shebang(bin_file_name) path = File.join(gem_dir, spec.bindir, bin_file_name) first_line = File.open(path, "rb") {|file| file.gets} -- cgit v1.2.3