lib/bugsnag/capistrano.rb in bugsnag-2.8.9 vs lib/bugsnag/capistrano.rb in bugsnag-2.8.10

- old
+ new

@@ -1,5 +1,4 @@ -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__) else