Skip to content

Commit cda6f5e

Browse files
authored
Only install debug with CRuby (#796)
1 parent 0f344f6 commit cda6f5e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ gem "reline", github: "ruby/reline" if ENV["WITH_LATEST_RELINE"] == "true"
1616
gem "rake"
1717
gem "test-unit"
1818
gem "test-unit-ruby-core"
19-
gem "debug", github: "ruby/debug"
19+
20+
gem "debug", github: "ruby/debug", platforms: [:mri, :mswin]
2021

2122
if RUBY_VERSION >= "3.0.0" && !is_truffleruby
2223
gem "repl_type_completor"

0 commit comments

Comments
 (0)