Added libs for nice error output and benchmarker support.

This commit is contained in:
benni 2012-12-16 13:47:45 +01:00
parent 0edd29dfd4
commit 8074fedefd
2 changed files with 19 additions and 0 deletions

View file

@ -44,4 +44,12 @@ end
group :development do
gem 'sqlite3'
# Better error output
gem 'better_errors'
gem 'binding_of_caller'
# Re-enable rails benchmarker/profiler
gem 'ruby-prof'
gem 'test-unit'
end