From ea59fe4572b5acf3c982e417801273ece3e0d22c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:54:01 +0100 Subject: [PATCH] Update dependency spring from v1.7.2 to v4 (#168) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 47935d88f..c624d853f 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'sdoc', '~> 2.6.0', group: :doc gem 'psych', '< 4.0.0', group: :doc # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring -gem 'spring', '~> 1.7.2', group: :development +gem 'spring', '~> 4.1.0', group: :development # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index e7dc22432..6a45d5579 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -639,7 +639,7 @@ GEM snaky_hash (2.0.1) hashie version_gem (~> 1.1, >= 1.1.1) - spring (1.7.2) + spring (4.1.1) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -804,7 +804,7 @@ DEPENDENCIES shoulda-matchers (~> 5.3.0) simple_form (~> 5.2.0) simplecov (~> 0.22.0) - spring (~> 1.7.2) + spring (~> 4.1.0) sqlite3 therubyracer (~> 0.12) transpec!