lib/tasks/deploy.rake in handshake_service-0.1.5 vs lib/tasks/deploy.rake in handshake_service-0.1.6
- old
+ new
@@ -1,6 +1,4 @@
-require 'librato/metrics'
-
# A collection of rake tasks to deploy applications to heroku. At the basic level, all that needs to be called
# in most cases is
#
# foreman run rake deploy:staging
#