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

Remove out-of-date caveat [skip ci]

factory_bot 5 will require Ruby version 2.3 or higher,
so we won't run into this situation with earlier versions of
Ruby anymore.
This commit is contained in:
Daniel Colson 2018-11-18 19:41:55 -05:00 committed by GitHub
parent d18fde3062
commit 65689949e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,19 +40,6 @@ To install the gem manually from your shell, run:
gem install factory_bot
```
**Caveat:** As of ActiveSupport 5.0 and above, Ruby 2.2.2+ is required. Because
of Rubygems' dependency resolution when installing gems, you may see an error
similar to:
```
$ gem install factory_bot
ERROR: Error installing factory_bot:
activesupport requires Ruby version >= 2.2.2.
```
To bypass this, install a pre-5.0 version of ActiveSupport before installing
manually.
Supported Ruby versions
-----------------------