summaryrefslogtreecommitdiff
path: root/man/gemfile.5.ronn
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-08 12:08:53 +0200
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-08-16 14:30:23 +0900
commit4af3665fd91aae87c9fe014778ed7c54245e2f9b (patch)
tree6026a37286d440734cd1affedc52372352ffeebb /man/gemfile.5.ronn
parent4913c9b6bf78ae697689f89b99754e346603c68a (diff)
[bundler/bundler] Use a newer debugging gem in docs
So that the examples work in currently supported rubies. https://github.com/bundler/bundler/commit/b7d4556cde
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2366
Diffstat (limited to 'man/gemfile.5.ronn')
-rw-r--r--man/gemfile.5.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index 4bb7c2df0d..5e9fda8851 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -126,7 +126,7 @@ prevent any file from being autorequired.
gem "redis", :require => ["redis/connection/hiredis", "redis"]
gem "webmock", :require => false
- gem "debugger", :require => true
+ gem "byebug", :require => true
The argument defaults to the name of the gem. For example, these are identical: