From 2296148556e233dd5c232c05d1094aaf2b6c8477 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Tue, 16 Sep 2014 14:04:29 +0200 Subject: [PATCH] Add JRuby to the supported ruby version The travis-ci tests run against both jruby-18 and jruby-19, they are not allowed failures and both are green. Seems to me, like not adding them was just an oversight. If it isn't I'd like to know the reasoning :-) Cheers, Tobi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cfd2f9aeb..83b67a6e8 100644 --- a/README.md +++ b/README.md @@ -560,6 +560,7 @@ versions: * Ruby 1.9.3 * Ruby 2.0.0 * Ruby 2.1 +* JRuby 1.7 (Both 1.9 mode and 1.8 mode) If something doesn't work on one of these versions, it's a bug.