From 3cb866ce35f8dea504a1ec5c84c4f0ede51c7a32 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Wed, 5 Jun 2024 11:29:03 -0400 Subject: [PATCH] [ruby/prism] Add Onigmo to other gemfiles https://github.com/ruby/prism/commit/499ec1c3f1 --- test/prism/onigmo_test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/prism/onigmo_test.rb b/test/prism/onigmo_test.rb index 8297bc156e..c8aa2317b8 100644 --- a/test/prism/onigmo_test.rb +++ b/test/prism/onigmo_test.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +return if RUBY_ENGINE != "ruby" + require_relative "test_helper" begin