From 067d2878186c4973ac8c4799a612cc97c0e26dbd Mon Sep 17 00:00:00 2001 From: ehou1000 Date: Wed, 22 Apr 2020 12:44:46 -0400 Subject: [PATCH] Add ralph scheduler --- external-scripts.json | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/external-scripts.json b/external-scripts.json index 8e47e39..3b5591e 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -3,5 +3,6 @@ "hubot-google-images", "hubot-giphy-gifme", "hubot-karma-classic", + "hubot-schedule", "hubot-zmachine" ] diff --git a/package.json b/package.json index e17e08d..b32337f 100644 --- a/package.json +++ b/package.json @@ -17,11 +17,12 @@ "dependencies": { "cheerio": ">= 0.10.7", "duration": "0.2.0", - "hubot": "^2.11.1", + "hubot": "^3.3.2", "hubot-fliptable": "^1.2.0", "hubot-giphy-gifme": "^0.2.0", "hubot-google-images": "^0.2.5", "hubot-karma-classic": "^1.0.3", + "hubot-schedule": "~0.7.0", "hubot-scripts": "^2.5.3", "hubot-zmachine": "^0.1.0", "hubot-zulip": "https://github.com/zulip/hubot-zulip.git#9e7846cab",