Skip to content

Commit 789a2e7

Browse files
committed
Fix error in rspec-parameterized-table_syntax
1 parent e5456aa commit 789a2e7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22

33
source "https://rubygems.org"
44

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+
59
# Specify your gem's dependencies in ruby_header_parser.gemspec
610
gemspec

0 commit comments

Comments
 (0)