From f491e7f48f1959296c92e73e40fc605c7fad08c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 20:04:45 +0000 Subject: [PATCH] Bump spring and spring-watcher-listen in /backend 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.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) Updates `spring-watcher-listen` from 2.0.1 to 2.1.0 - [Release notes](https://github.com/jonleighton/spring-watcher-listen/releases) - [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] --- backend/Gemfile | 2 +- backend/Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/Gemfile b/backend/Gemfile index a929deed..73703358 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -45,7 +45,7 @@ group :development do gem 'listen', '~> 3.7' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' - gem 'spring-watcher-listen', '~> 2.0.0' + gem 'spring-watcher-listen', '~> 2.1.0' end group :test do diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 8780db3d..8a8e8b56 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -146,7 +146,7 @@ GEM rake (>= 12.2) thor (~> 1.0) rake (13.0.6) - rb-fsevent (0.11.1) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) regexp-examples (1.5.1) @@ -160,10 +160,10 @@ GEM childprocess (>= 0.5, < 5.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2) - spring (2.1.1) - spring-watcher-listen (2.0.1) + spring (4.1.0) + spring-watcher-listen (2.1.0) listen (>= 2.7, < 4.0) - spring (>= 1.2, < 3.0) + spring (>= 4) sprockets (4.0.3) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -206,7 +206,7 @@ DEPENDENCIES route_mechanic selenium-webdriver spring - spring-watcher-listen (~> 2.0.0) + spring-watcher-listen (~> 2.1.0) turbolinks (~> 5) tzinfo-data web-console (>= 4.1.0)