From 1e752c9350c2e1e4b13949d24a7dbcc0ac273273 Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Wed, 29 Nov 2023 11:32:43 +0000 Subject: [PATCH] Specify ruby and rspec version requirements (#33) --- docs/get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started.md b/docs/get-started.md index c561caf..cd365e6 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -6,8 +6,8 @@ order: 1 ## Requirements -* Ruby -* RSpec +* Ruby (3.1.0 or above) +* RSpec (3.0 or above) ## Installation