From 385ca80d762cdee62557b47171c254a606a35e0f Mon Sep 17 00:00:00 2001 From: Tommy Schaefer Date: Tue, 20 Dec 2016 15:22:51 -0600 Subject: [PATCH] Update README to Setup section to use version 2.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89b14e6d04..c741c9779f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Exercism Exercises in Ruby ## Setup -You'll need a recent (1.9.3+) version of Ruby, but that's it. Minitest +You'll need a recent (2.1+) version of Ruby, but that's it. Minitest ships with the language, so you're all set.