From eee5d3888d9c8c5ac2d921d2312623495f22e571 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 23 Jan 2021 19:19:44 -0700 Subject: [PATCH] Specify version in dependency snippet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5ef0c2..0edf63f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Add this to your application's `shard.yml`: development_dependencies: spectator: gitlab: arctic-fox/spectator + version: ~> 0.9.31 ``` Usage