mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
replaced web-console with better_errors gem
This commit is contained in:
parent
fd5e84bd62
commit
e59152c12b
2 changed files with 9 additions and 8 deletions
5
Gemfile
5
Gemfile
|
@ -145,8 +145,9 @@ group :development, :test do
|
|||
gem 'rubocop', '~> 0.26.1'
|
||||
gem 'guard-rubocop', '~> 1.1.0'
|
||||
|
||||
# for quick debugging
|
||||
gem 'web-console', '~> 2.0.0.beta4'
|
||||
# for improved errors
|
||||
gem 'better_errors', '~> 2.0.0'
|
||||
gem 'binding_of_caller', '~> 0.7.2'
|
||||
|
||||
# for finding dead routes and unused actions
|
||||
gem 'traceroute', '~> 0.4.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue