From aa41137ace238e7df88f8d3d407b52789862744b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:55:46 +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 2d8b20e2..9c4e8448 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ end group :development do gem 'web-console', '~> 3.3' - gem 'spring', '~> 2.1' + gem 'spring', '~> 4.1' end # Use ActiveModel has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index d4816184..fa3c1095 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -711,7 +711,7 @@ GEM sparql-client (3.2.1) net-http-persistent (~> 4.0, >= 4.0.1) rdf (~> 3.2, >= 3.2.6) - spring (2.1.1) + spring (4.1.3) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -828,7 +828,7 @@ DEPENDENCIES sdoc (~> 2.6) sidekiq (~> 4.2) simplecov (~> 0.16) - spring (~> 2.1) + spring (~> 4.1) sqlite3 (~> 1.6) therubyracer (~> 0.12) thin (~> 1.8)