X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f9db802c7b2f8ee9582cb2c9f7196d6abafdfced..93a9f31bf0e1cd3d5aec478aeef65c8132b02bdd:/Gemfile 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