From 410a59fa043f8674c55cbf51097471db8e8f55ec Mon Sep 17 00:00:00 2001 From: Jez Caudle Date: Tue, 7 Feb 2023 18:38:21 +0000 Subject: [PATCH] Using spring now in the Gem file for development. --- Gemfile | 2 +- Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8ea7b56..1625f12 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ group :development do # gem "rack-mini-profiler" # Speed up commands on slow machines / big apps [https://github.com/rails/spring] - # gem "spring" + gem "spring" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 3c64644..3b1a45e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,6 +198,7 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) + spring (4.1.1) sprockets (4.2.0) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -250,6 +251,7 @@ DEPENDENCIES puma! rails (~> 7.0.2.3) selenium-webdriver + spring sprockets-rails stimulus-rails turbo-rails