From 65689949e48ae02cba01e62b18fde5a01cbfaea9 Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Sun, 18 Nov 2018 19:41:55 -0500 Subject: [PATCH] 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. --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 2849529..fb83b42 100644 --- a/README.md +++ b/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 -----------------------