Skip to content

Commit 9beb796

Browse files
ersatzryandefunkt
authored andcommitted
Adds hoptoad_notifier and airbrake to Gemfile. Airbrake's dependencies are not defined correctly so we also have to add the i18n to the Gemfile.
1 parent ddfbd4a commit 9beb796

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ group :test do
99
gem "leftright", :platforms => :mri_18
1010
gem "yajl-ruby", "~>0.8.2", :platforms => :mri
1111
gem "json", "~>1.5.3", :platforms => [:jruby, :rbx]
12+
gem "hoptoad_notifier"
13+
gem "airbrake"
14+
gem "i18n"
1215
end

0 commit comments

Comments
 (0)