Add BetterErrors gem.

This commit is contained in:
evazion
2021-01-30 14:19:37 -06:00
parent c0f27d6e3b
commit 896e5cb763
4 changed files with 15 additions and 1 deletions

View File

@@ -65,6 +65,8 @@ group :development do
gem 'stackprof'
gem 'flamegraph'
gem 'memory_profiler'
gem 'better_errors'
gem 'binding_of_caller'
end
group :development, :test do