We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5456aa commit 789a2e7Copy full SHA for 789a2e7
1 file changed
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
0 commit comments