1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Simplify list of supported Ruby versions [ci skip]

The information here had fallen out of date. This version does not require regular updates and it matches what we do on factory_bot_rails.
This commit is contained in:
Daniel Colson 2020-06-20 00:32:48 -04:00 committed by GitHub
parent 3d76aeca4f
commit a7379af690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,13 +43,7 @@ gem install factory_bot
Supported Ruby versions Supported Ruby versions
----------------------- -----------------------
The factory_bot 5.x series supports MRI Ruby 2.3+. Supported Ruby versions are listed in [`.travis.yml`](https://github.com/thoughtbot/factory_bot/blob/master/.travis.yml)
The factory_bot 3.x+ series supports MRI Ruby 1.9. Additionally, factory_bot
3.6+ supports JRuby 1.6.7.2+ while running in 1.9 mode. See [GETTING_STARTED]
for more information on configuring the JRuby environment.
For versions of Ruby prior to 1.9, please use factory_bot 2.x.
More Information More Information
---------------- ----------------