From 791e0eab345f336261e06620bb60931cea26e339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 10:01:07 +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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 344c970..0cba43e 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ group :development do gem 'listen', '>= 3.0.5', '< 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/Gemfile.lock b/Gemfile.lock index baa187e..b205585 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM concurrent-ruby (1.1.9) crass (1.0.6) erubi (1.10.0) - ffi (1.15.3) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.10) @@ -141,7 +141,7 @@ GEM rake (>= 0.13) thor (~> 1.0) rake (13.0.3) - rb-fsevent (0.11.0) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.1.1) @@ -159,10 +159,10 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) 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.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -209,7 +209,7 @@ DEPENDENCIES sass-rails (>= 6) selenium-webdriver spring - spring-watcher-listen (~> 2.0.0) + spring-watcher-listen (~> 2.1.0) tzinfo-data web-console (>= 3.3.0) webdrivers