From 4b40ad0da2ec980a8e1e549bb060d4154d500727 Mon Sep 17 00:00:00 2001 From: Alan Gutierrez Date: Thu, 20 Dec 2018 02:41:01 -0600 Subject: [PATCH] Upgrade `rescue` to 5.0.x. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0684e1d..d39ac3e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ { "cadence": "3.0.x", "interrupt": "6.4.x", - "rescue": "4.2.x", + "rescue": "5.0.x", "signal": "7.0.x", "synonymous": "1.0.x" },