From 2d8bc89535e7389ecb18a618611b84c96a4dd8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Fri, 2 Oct 2015 17:56:13 +0200 Subject: [PATCH] Update supported Rubies - No need to list all MRIs explicitly. - List JRuby, Rubinius minimum versions Fixes #518 [ci skip] --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0230fa0b..b7fe895f 100644 --- a/README.md +++ b/README.md @@ -184,13 +184,9 @@ stubs.verify_stubbed_calls This library aims to support and is [tested against][travis] the following Ruby implementations: -* MRI 1.8.7 -* MRI 1.9.2 -* MRI 1.9.3 -* MRI 2.0.0 -* MRI 2.1.0 -* [JRuby][] -* [Rubinius][] +* Ruby 1.8.7+ +* [JRuby][] 1.7+ +* [Rubinius][] 2+ If something doesn't work on one of these Ruby versions, it's a bug.