mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-18 12:51:43 +00:00
Use better_errors for better errors
These two gems make it much easier to debug problems on the development machine.
This commit is contained in:
parent
e6986bd5fc
commit
cc881557b6
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -44,6 +44,8 @@ end
|
|||
|
||||
group :development do
|
||||
gem 'pry'
|
||||
gem 'binding_of_caller'
|
||||
gem 'better_errors'
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
|
Loading…
Add table
Reference in a new issue