We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ab4f8 commit 2c2ef97Copy full SHA for 2c2ef97
config/default.yml.erb
@@ -68,6 +68,15 @@ function:
68
# FIXME: Workaround for "undefined reference to `rb_class_descendants'" on GitHub Actions (Ubuntu 22.04)
69
- rb_class_descendants
70
71
+ # Removed since ruby 3.4+
72
+ <% if Gem::Version.create(RUBY_VERSION) >= Gem::Version.create("3.4.0") %>
73
+ - rb_data_object_make
74
+ - rb_newobj
75
+ - rb_newobj_of
76
+ - rb_st_init_existing_table_with_size
77
+ - rb_st_replace
78
+ <% end %>
79
+
80
pointer_hint:
81
RSTRING_PTR:
82
self: raw
0 commit comments