chore: add byebug

This commit is contained in:
Nelson Jovel 2024-01-05 12:48:48 -08:00
parent e97b39ec48
commit df48ba134e
3 changed files with 15 additions and 0 deletions

View file

@ -10,5 +10,8 @@ gem "pg"
gem "sprockets-rails"
group :development, :test do
gem "byebug"
end
# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"