Skip to content

Commit

Permalink
Merge pull request #125 from zanker/activesupport-tasks
Browse files Browse the repository at this point in the history
Removed an active_support require that was missed
  • Loading branch information
shime committed Sep 13, 2012
2 parents ae9937f + 4f43861 commit 8cb15da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/airbrake_tasks.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'net/http'
require 'uri'
require 'active_support'

# Capistrano tasks for notifying Airbrake of deploys
module AirbrakeTasks
Expand Down

0 comments on commit 8cb15da

Please sign in to comment.