bootsnap, spring, sofurry type fixes

This commit is contained in:
Dylan Knutson
2025-07-08 01:25:00 +00:00
parent f79e37f256
commit 0427ac43c7
24 changed files with 176 additions and 38 deletions

View File

@@ -65,7 +65,8 @@ group :development, :staging do
gem "web-console"
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
# gem "spring"
gem "spring"
gem "spring-commands-rspec"
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
gem "memory_profiler"
@@ -99,6 +100,7 @@ end
group :test, :development do
gem "parallel_tests"
gem "spring-commands-parallel-tests"
end
gem "xdiff", path: "/gems/xdiff-rb"