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:
parent
3d76aeca4f
commit
a7379af690
1 changed files with 1 additions and 7 deletions
|
@ -43,13 +43,7 @@ gem install factory_bot
|
|||
Supported Ruby versions
|
||||
-----------------------
|
||||
|
||||
The factory_bot 5.x series supports MRI Ruby 2.3+.
|
||||
|
||||
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.
|
||||
Supported Ruby versions are listed in [`.travis.yml`](https://github.com/thoughtbot/factory_bot/blob/master/.travis.yml)
|
||||
|
||||
More Information
|
||||
----------------
|
||||
|
|
Loading…
Reference in a new issue