Skip to content

Commit e22d8af

Browse files
committed
add requirement for Bundler 2.1+
Spring 4.0.0 uses with_unbundled_env which is only available with Bundler 2.1 (see https://bundler.io/v2.1/whats_new.html#helper-deprecations) This has caused issues with some people using e.g Bundler v1 #663
1 parent a5d2911 commit e22d8af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ boot it every time you run a test, rake task or migration.
1818

1919
* Ruby versions: MRI 2.7, MRI 3.0, MRI 3.1
2020
* Rails versions: 6.0, 6.1, 7.0
21+
* Bundler v2.1+
2122

2223
Spring makes extensive use of `Process.fork`, so won't be able to
2324
provide a speed up on platforms which don't support forking (Windows, JRuby).

0 commit comments

Comments
 (0)