Upgraded exception notifier plugin.

This commit is contained in:
benni 2011-05-11 11:01:47 +02:00
parent 2d7d0d3b94
commit d09d3922c1
18 changed files with 20 additions and 471 deletions

View file

@ -13,4 +13,8 @@ gem 'haml', '>=2.0.6'
group :development do
gem 'annotate'
gem 'hirb'
end
group :production do
gem 'exception_notification', :require => 'exception_notifier'
end