From d2f2ce22db7d0a57ab9d47ad95f2ef2dc7a01b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 09:01:17 +0000 Subject: [PATCH] Bump spring from 4.0.0 to 4.1.1 Bumps [spring](https://github.com/rails/spring) from 4.0.0 to 4.1.1. - [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/v4.0.0...v4.1.1) --- updated-dependencies: - dependency-name: spring dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f53aaff..6bfd20e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,7 +194,7 @@ GEM connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) - spring (4.0.0) + spring (4.1.1) sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3)