From f0df353e01923e7bae460421a685f6257357eb12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= Date: Mon, 16 Jan 2023 20:32:05 +0100 Subject: [PATCH] Update README.md - spring was removed from Rails default app config (https://github.com/rails/rails/pull/42997/files) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f90e04..fc0b31b 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ will help optimize boot time further if you have an extremely large `$LOAD_PATH` Note: Bootsnap and [Spring](https://github.com/rails/spring) are orthogonal tools. While Bootsnap speeds up the loading of individual source files, Spring keeps a copy of a pre-booted Rails process on hand to completely skip parts of the boot process the next time it's needed. The two tools work -well together, and are both included in a newly-generated Rails applications by default. +well together. ### Environment variables