From 4311689d590453a2d9452aa1bbe1b4972687ab86 Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Thu, 2 Aug 2012 09:19:51 -0400 Subject: [PATCH] Update README to include JRuby information --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fcb1a0..e597a15 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,12 @@ and run `bundle install` from your shell. Supported Ruby versions ----------------------- -The FactoryGirl 3.x series supports Ruby 1.9.x. +The FactoryGirl 3.x+ series supports MRI Ruby 1.9. Additionally, FactoryGirl +3.6+ supports JRuby 1.6.7.2+ while running in 1.9 mode. See +[GETTING_STARTED](https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md) +for more information on configuring the JRuby environment. -For older versions of Ruby, please use the FactoryGirl 2.x series. +For versions of Ruby prior to 1.9, please use FactoryGirl 2.x. More Information ----------------