diff -r 8547a1ce445e -r 8446f55f7e58 Rakefile
--- a/Rakefile	Thu Jun 02 11:50:54 2016 -0700
+++ b/Rakefile	Mon Sep 05 20:58:54 2016 -0700
@@ -43,8 +43,8 @@
 	This library adds common SNMP support to Arborist monitors.
 	EOF
 	s.required_ruby_version = '>= 2'
-	# s.post_install_message = 'HuurrnnggghH!!!'
 
+	s.add_dependency 'arborist', "~> 1.0"
 	s.add_dependency 'snmp', "~> 1.2"
 end