From 38360f0cae617dc593a222ee828042588a2f5dbf Mon Sep 17 00:00:00 2001 From: Tim Riley Date: Thu, 27 Nov 2025 22:08:51 +1100 Subject: [PATCH] Bundle on JRuby --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index b50a64f..c9ce707 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec group :tools do gem "benchmark-ips" - gem "debug" + gem "debug", platforms: :mri gem "irb" end @@ -19,7 +19,7 @@ group :docs do end group :test do - gem "debug_inspector" + gem "debug_inspector", platforms: :mri gem "dry-types" gem "super_diff" end