diff options
author | David RodrÃguez <[email protected]> | 2022-06-15 10:19:14 +0200 |
---|---|---|
committer | git <[email protected]> | 2022-06-17 17:05:21 +0900 |
commit | 1e8bf48fd5e9cdfba5d86a39426458111a433d09 () | |
tree | 41b88e2bef6cbcf5f71361a81661c5eec3a563c8 /lib/rubygems/ext/ext_conf_builder.rb | |
parent | 5450b409fc917327373adb573bc5df5948f4202c (diff) |
[rubygems/rubygems] Bring TODO message up to date
https://.com/rubygems/rubygems/commit/e07dba0923
-rw-r--r-- | lib/rubygems/ext/ext_conf_builder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ class Gem::Ext::ExtConfBuilder < Gem::Ext::Builder full_tmp_dest = File.join(extension_dir, tmp_dest_relative) - # TODO remove in RubyGems 3 if Gem.install_extension_in_lib and lib_dir FileUtils.mkdir_p lib_dir entries = Dir.entries(full_tmp_dest) - %w[. ..] |