summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2011-10-14 00:39:29 +0200
committerAlex Legler <a3li@gentoo.org>2011-10-14 00:39:29 +0200
commitcbfc7f75ead41b68a2a21a02f08317bb3fa990f1 (patch)
tree82791503163523e19edb6563e47ee5433a083dcb /Gemfile
parentWording. Thanks again to craig (diff)
downloadglsamaker-cbfc7f75ead41b68a2a21a02f08317bb3fa990f1.tar.gz
glsamaker-cbfc7f75ead41b68a2a21a02f08317bb3fa990f1.tar.bz2
glsamaker-cbfc7f75ead41b68a2a21a02f08317bb3fa990f1.zip
Add exception_notification plugin
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 79a0367..94b302c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -26,6 +26,8 @@ gem 'thin'
# Deploy with Capistrano
gem 'capistrano'
+gem 'exception_notification'
+
group :development do
# To use debugger
gem 'ruby-debug'