Skip to content

Commit f495997

Browse files
committed
Mitigate truffleruby failure by using unreleased stringio gem
The fix has been merged but not released yet: ruby/stringio#71
1 parent f86d9db commit f495997

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ if RUBY_VERSION >= "3.0.0"
2222
gem "rbs"
2323
gem "prism", ">= 0.18.0"
2424
end
25+
26+
# Remove this after stringio 3.1.0 is released
27+
gem "stringio", github: "ruby/stringio"

0 commit comments

Comments
 (0)