replaced web-console with better_errors gem

This commit is contained in:
Priit Tark 2014-12-03 14:25:15 +02:00
parent fd5e84bd62
commit e59152c12b
2 changed files with 9 additions and 8 deletions

View file

@ -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'