From 37a26bcb2cd6af8f26fbd1ddf8d7ed572a8d001a Mon Sep 17 00:00:00 2001 From: Angel Aviel Domaoan Date: Mon, 24 Jan 2022 09:24:25 +0000 Subject: [PATCH] Downgrade spring gem --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2dc4506..3c64a9b 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ group :development do gem 'rack-mini-profiler', '~> 2.0' gem 'listen', '~> 3.3' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' + gem 'spring', "~> 3" gem "better_errors" gem "binding_of_caller" diff --git a/Gemfile.lock b/Gemfile.lock index 0b46168..05c9559 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -325,7 +325,7 @@ GEM connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) - spring (4.0.0) + spring (3.1.1) sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -452,7 +452,7 @@ DEPENDENCIES secure_headers (>= 6.3.0) selenium-webdriver sentry-ruby (~> 4.8) - spring + spring (~> 3) state_machines! state_machines-activerecord stimulus_reflex