Add byebug for debugging in development

This commit is contained in:
Râu Cao
2022-12-05 13:20:47 +01:00
parent 778babcc05
commit 1a30345f46
2 changed files with 9 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ group :development, :test do
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
gem 'rspec-rails'
gem "byebug", "~> 11.1"
end
group :development do