From bd06069075749c286392a9a0b6404a2d99b87a66 Mon Sep 17 00:00:00 2001 From: tomoya ishida Date: Sat, 7 Sep 2024 01:06:08 +0900 Subject: [PATCH] Specify commit hash of yamatanooroti (#1000) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3c2efa44d..772c8fbd2 100644 --- a/Gemfile +++ b/Gemfile @@ -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