Skip to content

Commit

Permalink
Only install debug with CRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Dec 1, 2023
1 parent 0f344f6 commit 119f8d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ gem "reline", github: "ruby/reline" if ENV["WITH_LATEST_RELINE"] == "true"
gem "rake"
gem "test-unit"
gem "test-unit-ruby-core"
gem "debug", github: "ruby/debug"

gem "debug", github: "ruby/debug", platforms: [:mri, :mswin]

if RUBY_VERSION >= "3.0.0" && !is_truffleruby
gem "repl_type_completor"
Expand Down

0 comments on commit 119f8d1

Please sign in to comment.