Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@mrzyx.de>2012-01-22 18:05:37 +0400
committerJonne Haß <me@mrzyx.de>2012-01-22 18:05:37 +0400
commit7fd606ba192edcaa29205cbbfd6750db0b427e49 (patch)
tree076dbcbce7c46676ff04d8bf507548b775ff61bb /Gemfile
parent54cb3ea3cbaf6e9b4cf22f66d2afda72a019230d (diff)
parent5ce4f607369c1adda5b1cb3ee5b512baccc6dacd (diff)
Merge branch '2688-airbreak' of https://github.com/fred/diaspora
Conflicts: config/application.yml.example
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 546de70bc..d6f77787c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,7 +28,7 @@ gem 'messagebus_ruby_api', '1.0.1'
group :production do # we don't install these on travis to speed up test runs
# reporting
- gem 'hoptoad_notifier'
+ gem 'airbrake'
gem 'newrelic_rpm'
gem 'rack-google-analytics', :require => 'rack/google-analytics'
gem 'rack-piwik', :require => 'rack/piwik'