add debug gem back

This commit is contained in:
Alexander Meindl 2024-08-29 18:31:52 +02:00
parent e5d3447ece
commit fc9001404b

View File

@ -13,6 +13,7 @@ if File.file? File.expand_path './.enable_dev', __dir__
# gem 'awesome_print', require: 'ap'
# gem 'better_errors'
# gem 'binding_of_caller'
gem 'debug'
gem 'marginalia'
gem 'memory_profiler'
gem 'ruby-lsp'