rails / spring

Rails application preloader
MIT License
2.81k stars 341 forks source link

add requirement for Bundler 2.1+ #681

Closed timdiggins closed 2 years ago

timdiggins commented 2 years ago

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 https://github.com/rails/spring/issues/663