From e6bbfd8f1112c98ebc8b4a41686c41279ce39648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 01:08:25 +0000 Subject: [PATCH] Bump spring from 2.1.1 to 4.1.0 Bumps [spring](https://github.com/rails/spring) from 2.1.1 to 4.1.0. - [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.0) --- 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 7c85e07e4..9943f77c5 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ group :development, :test do gem 'rubocop-performance' gem 'rubocop-rails' gem 'rubocop-rspec' - gem 'spring', '~>2.1.1' # remove constraint once on or past rails 5.2 + gem 'spring', '~>4.1.0' # remove constraint once on or past rails 5.2 gem 'sprockets', '~>3.7' gem 'ten_years_rails' end diff --git a/Gemfile.lock b/Gemfile.lock index eee088d73..f96e7c37f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -433,7 +433,7 @@ GEM concurrent-ruby (~> 1.0, >= 1.0.5) sidekiq (>= 4.0, < 7.0) thor (>= 0.20, < 2.0) - spring (2.1.1) + spring (4.1.0) spring-commands-rspec (1.0.4) spring (>= 0.9.1) sprockets (3.7.2) @@ -541,7 +541,7 @@ DEPENDENCIES sidekiq-congestion (~> 0.1.0) sidekiq-cron sidekiq-unique-jobs (~> 6.0) - spring (~> 2.1.1) + spring (~> 4.1.0) spring-commands-rspec sprockets (~> 3.7) standby