Skip to content

Commit

Permalink
Mitigate truffleruby failure by using unreleased stringio gem
Browse files Browse the repository at this point in the history
The fix has been merged but not released yet:
ruby/stringio#71
  • Loading branch information
st0012 committed Nov 28, 2023
1 parent f86d9db commit 46df4f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ if RUBY_VERSION >= "3.0.0"
gem "rbs"
gem "prism", ">= 0.18.0"
end

# Remove this after stringio 3.1.0 is released
gem "stringio", github: "ruby/stringio"

0 comments on commit 46df4f2

Please sign in to comment.