From c87f7a7e9ad1a271145334696830f751c0a9e385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 04:05:40 +0000 Subject: [PATCH] Bump spring from 2.1.1 to 4.1.3 Bumps [spring](https://github.com/rails/spring) from 2.1.1 to 4.1.3. - [Release notes](https://github.com/rails/spring/releases) - [Changelog](https://github.com/rails/spring/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/spring/compare/v2.1.1...v4.1.3) --- updated-dependencies: - dependency-name: spring dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1ac3634a0..8e55e57da 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ group :development, :test do gem "knapsack_pro", "~> 5.7.0" gem "launchy", "~> 2.5.2" gem "letter_opener_web", "~> 2.0.0" - gem "spring", "~> 2.1.1" + gem "spring", "~> 4.1.3" gem "spring-commands-rspec", "~> 1.0.4" end diff --git a/Gemfile.lock b/Gemfile.lock index 12e7501f2..b290c4835 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -615,7 +615,7 @@ GEM social-share-button (1.2.4) coffee-rails socksify (1.7.1) - spring (2.1.1) + spring (4.1.3) spring-commands-rspec (1.0.4) spring (>= 0.9.1) sprockets (4.2.1) @@ -781,7 +781,7 @@ DEPENDENCIES simplecov-lcov (~> 0.8.0) sitemap_generator (~> 6.3.0) social-share-button (~> 1.2.4) - spring (~> 2.1.1) + spring (~> 4.1.3) spring-commands-rspec (~> 1.0.4) sprockets (~> 4.2.1) turbolinks (~> 5.2.1)