X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/fffaacb49eac749230ab6346c510281d6fe7f45f..afffd3bf4b80cd5f7d2674f513ed8f0b3dc02601:/Gemfile?ds=sidebyside diff --git a/Gemfile b/Gemfile index fcf2ceb4d..dcdfbe27e 100644 --- a/Gemfile +++ b/Gemfile @@ -180,4 +180,7 @@ end group :development, :test do gem "annotate" + + # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem + gem "debug", :require => "debug/prelude" end