From ff1988ba6e7c7b1b49e1400558fa336e98b0531e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 12:14:19 +0000 Subject: [PATCH] Bump spring from 2.1.1 to 4.1.1 Bumps [spring](https://github.com/rails/spring) from 2.1.1 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/v2.1.1...v4.1.1) --- 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 58e41a37..a7e026a6 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 90abe0fb..ad05f710 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.1) 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)