diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-07-09 20:16:14 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-07-09 20:18:32 +0900 |
| commit | ba246c5a16c77cc7ade1498bdeeae8835713d931 (patch) | |
| tree | 3b103d8e0b8f90a309369c250138d9ee2701d502 | |
| parent | 0c1c3ffa223cd3272cdbf5371879bee62401f541 (diff) | |
[ruby/io-wait] Revert "Fix dependency for ruby 2.6"
This reverts commit https://github.com/ruby/io-wait/commit/2eb3841e9c8f.
Ruby 2.6 support has been dropped.
https://github.com/ruby/io-wait/commit/bcc343683e
| -rw-r--r-- | ext/io/wait/depend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/io/wait/depend b/ext/io/wait/depend index 70317b1497..b847138296 100644 --- a/ext/io/wait/depend +++ b/ext/io/wait/depend @@ -1,5 +1,4 @@ # AUTOGENERATED DEPENDENCIES START -# wait.o: $(hdrdir)/ruby/assert.h # not in 2.6 wait.o: $(RUBY_EXTCONF_H) wait.o: $(arch_hdrdir)/ruby/config.h wait.o: $(hdrdir)/ruby.h |
