Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

source "https://rubygems.org"

# FIXME: Workaround for Ruby 4.0+
# https://github.com/banister/binding_of_caller/pull/90
gem "binding_of_caller", github: "kivikakk/binding_of_caller", branch: "push-yrnnzolypxun"

# Specify your gem's dependencies in ruby_header_parser.gemspec
gemspec
2 changes: 2 additions & 0 deletions config/default.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ function:
10: ref_array
rb_set_end_proc:
1: function
rb_set_foreach:
2: function
rb_st_insert2:
4: function
rb_thread_call_with_gvl:
Expand Down