diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-07-18 12:45:22 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-07-18 18:07:07 +0000 |
| commit | 99bf4021fb813ce842701060ac87823f0980f6bd (patch) | |
| tree | edbe4c8846610f8adae9c8bc853ec7f29e5a6d02 | |
| parent | d6ef74407b6f7498c067b40eb68ab592e7126582 (diff) | |
[rubygems/rubygems] Ext is generally not in `require_paths`
https://github.com/rubygems/rubygems/commit/83b417a166
| -rw-r--r-- | spec/bundler/support/builders.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/support/builders.rb b/spec/bundler/support/builders.rb index cb7f419f42..7102c1aad1 100644 --- a/spec/bundler/support/builders.rb +++ b/spec/bundler/support/builders.rb @@ -481,7 +481,6 @@ module Spec end def add_c_extension - require_paths << "ext" extensions << "ext/extconf.rb" write "ext/extconf.rb", <<-RUBY require "mkmf" |
