From 5353924f323d4afa8c285997c5d950c62c4e2c1d Mon Sep 17 00:00:00 2001 From: tomoya ishida Date: Sat, 7 Sep 2024 01:05:00 +0900 Subject: [PATCH] Specify commit hash of yamatanooroti (#746) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3437461e23..005b3e7a49 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ is_unix = RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris| 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 'bundler'