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:
parent
d18fde3062
commit
65689949e4
1 changed files with 0 additions and 13 deletions
13
README.md
13
README.md
|
@ -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
|
||||
-----------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue