Skip to content

Commit

Permalink
add requirement for Bundler 2.1+
Browse files Browse the repository at this point in the history
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
rails#663
  • Loading branch information
timdiggins committed Sep 15, 2022
1 parent a5d2911 commit e22d8af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ boot it every time you run a test, rake task or migration.

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

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

0 comments on commit e22d8af

Please sign in to comment.