We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01145df + 789a2e7 commit c510225Copy full SHA for c510225
Gemfile
@@ -2,5 +2,9 @@
2
3
source "https://rubygems.org"
4
5
+# FIXME: Workaround for Ruby 4.0+
6
+# https://github.com/banister/binding_of_caller/pull/90
7
+gem "binding_of_caller", github: "kivikakk/binding_of_caller", branch: "push-yrnnzolypxun"
8
+
9
# Specify your gem's dependencies in ruby_header_parser.gemspec
10
gemspec
config/default.yml.erb
@@ -150,6 +150,8 @@ function:
150
10: ref_array
151
rb_set_end_proc:
152
1: function
153
+ rb_set_foreach:
154
+ 2: function
155
rb_st_insert2:
156
4: function
157
rb_thread_call_with_gvl:
0 commit comments