We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c153b0 commit 43114b6Copy full SHA for 43114b6
Gemfile
@@ -11,5 +11,5 @@ group :development do
11
gem "stackprof" if is_unix && !is_truffleruby
12
gem "test-unit"
13
gem "reline", github: "ruby/reline" if ENV["WITH_LATEST_RELINE"] == "true"
14
- gem "debug"
+ gem "debug", github: "ruby/debug"
15
end
0 commit comments