From 4d79dc2c713c695f041957f325895be0b837cc10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 23:01:38 +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.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] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3291394..cf4215b 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ group :development do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'derailed_benchmarks' gem 'spring' - gem 'spring-watcher-listen', '~> 2.0.0' + gem 'spring-watcher-listen', '~> 2.1.0' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 1594eba..b9bd98b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -273,10 +273,10 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - 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.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -345,7 +345,7 @@ DEPENDENCIES selenium-webdriver simplecov spring - spring-watcher-listen (~> 2.0.0) + spring-watcher-listen (~> 2.1.0) unicorn web-console (>= 3.3.0) webmock