lib/bugsnag/capistrano.rb in bugsnag-2.6.1 vs lib/bugsnag/capistrano.rb in bugsnag-2.7.0

- old
+ new

@@ -1,5 +1,4 @@ -require "httparty" require "multi_json" require "bugsnag/deploy" if defined?(Capistrano::VERSION) && Gem::Version.new(Capistrano::VERSION).release >= Gem::Version.new('3.0.0') load File.expand_path('../tasks/bugsnag.cap', __FILE__)