Skip to content

Commit

Permalink
Specify commit hash of yamatanooroti
Browse files Browse the repository at this point in the history
test_rendering.rb depends on yamatanooroti's implicit sleep that should be	fixed in the future
  • Loading branch information
tompng committed Sep 5, 2024
1 parent 30fa159 commit 359182e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ is_truffleruby = RUBY_DESCRIPTION =~ /truffleruby/

if is_unix && ENV['WITH_VTERM']
gem "vterm", github: "ruby/vterm-gem"
gem "yamatanooroti", github: "ruby/yamatanooroti"
gem "yamatanooroti", github: "ruby/yamatanooroti", ref: "f6e47192100d6089f70cf64c1de540dcaadf005a"
end

gem "stackprof" if is_unix && !is_truffleruby
Expand Down

0 comments on commit 359182e

Please sign in to comment.