Skip to content

Commit

Permalink
Adds hoptoad_notifier and airbrake to Gemfile. Airbrake's dependencie…
Browse files Browse the repository at this point in the history
…s are not defined correctly so we also have to add the i18n to the Gemfile.
  • Loading branch information
ersatzryan authored and defunkt committed Sep 2, 2011
1 parent ddfbd4a commit 9beb796
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ group :test do
gem "leftright", :platforms => :mri_18
gem "yajl-ruby", "~>0.8.2", :platforms => :mri
gem "json", "~>1.5.3", :platforms => [:jruby, :rbx]
gem "hoptoad_notifier"
gem "airbrake"
gem "i18n"
end

0 comments on commit 9beb796

Please sign in to comment.