From 7b33cb54b0ad60d0fe1dd9afda5055cbabd1bcc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:22:02 +0000 Subject: [PATCH] Bump spring and spring-watcher-listen Bumps [spring](https://github.com/rails/spring) and [spring-watcher-listen](https://github.com/jonleighton/spring-watcher-listen). These dependencies needed to be updated together. Updates `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) Updates `spring-watcher-listen` from 2.0.1 to 2.1.0 - [Commits](https://github.com/jonleighton/spring-watcher-listen/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: spring dependency-type: direct:development update-type: version-update:semver-major - dependency-name: spring-watcher-listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 38bc321e8..1dbe0c31c 100644 --- a/Gemfile +++ b/Gemfile @@ -142,8 +142,8 @@ gem 'redlock', '>= 0.1.2', '< 2.0' group :development do gem 'listen', '>= 3.0.5', '< 3.8' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring', '~> 2.1.1' - gem 'spring-watcher-listen', '~> 2.0.0' + gem 'spring', '~> 4.1.3' + gem 'spring-watcher-listen', '~> 2.1.0' end # things used for development + testing (again, not as diff --git a/Gemfile.lock b/Gemfile.lock index caee98d1e..1dcc7be46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -334,7 +334,7 @@ GEM faraday faraday_middleware (0.14.0) faraday (>= 0.7.4, < 1.0) - ffi (1.15.5) + ffi (1.16.3) flipflop (2.7.1) activesupport (>= 4.0) terminal-table (>= 1.8) @@ -964,10 +964,10 @@ 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-watcher-listen (2.0.1) + spring (4.1.3) + spring-watcher-listen (2.1.0) listen (>= 2.7, < 4.0) - spring (>= 1.2, < 3.0) + spring (>= 4) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -1108,8 +1108,8 @@ DEPENDENCIES sidekiq-cron (~> 1.9.1) simplecov (~> 0.21.2) slack-ruby-client (~> 0.14.6) - spring (~> 2.1.1) - spring-watcher-listen (~> 2.0.0) + spring (~> 4.1.3) + spring-watcher-listen (~> 2.1.0) sprockets-es6 (~> 0.9.2) stub_env (~> 1.0.4) turbolinks (~> 5.2.1)