1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Use a newer debugging gem in docs

So that the examples work in currently supported rubies.

b7d4556cde
This commit is contained in:
David Rodríguez 2019-08-08 12:08:53 +02:00 committed by SHIBATA Hiroshi
parent 4913c9b6bf
commit 4af3665fd9
Notes: git 2019-08-31 04:40:14 +09:00
3 changed files with 3 additions and 3 deletions

View file

@ -158,7 +158,7 @@ Each \fIgem\fR \fBMAY\fR specify files that should be used when autorequiring vi
gem "redis", :require => ["redis/connection/hiredis", "redis"]
gem "webmock", :require => false
gem "debugger", :require => true
gem "byebug", :require => true
.
.fi
.