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 eb65126
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ 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"

# Update this after `debug` is compilable with TruffleRuby
# https://github.com/ruby/debug/pull/1039
gem "debug", github: "ruby/debug", platforms: [:mri, :windows]

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

0 comments on commit eb65126

Please sign in to comment.