Using spring now in the Gem file for development.

This commit is contained in:
Jez Caudle 2023-02-07 18:38:21 +00:00
parent 6c328e8bde
commit 410a59fa04
2 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,7 @@ group :development do
# gem "rack-mini-profiler" # gem "rack-mini-profiler"
# Speed up commands on slow machines / big apps [https://github.com/rails/spring] # Speed up commands on slow machines / big apps [https://github.com/rails/spring]
# gem "spring" gem "spring"
end end
group :test do group :test do

View File

@ -198,6 +198,7 @@ GEM
rexml (~> 3.2, >= 3.2.5) rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0) rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0) websocket (~> 1.0)
spring (4.1.1)
sprockets (4.2.0) sprockets (4.2.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4) rack (>= 2.2.4, < 4)
@ -250,6 +251,7 @@ DEPENDENCIES
puma! puma!
rails (~> 7.0.2.3) rails (~> 7.0.2.3)
selenium-webdriver selenium-webdriver
spring
sprockets-rails sprockets-rails
stimulus-rails stimulus-rails
turbo-rails turbo-rails