From 48fb8831bf17717ef795dc6f8056bdd3eafa6cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:02:06 +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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 297c1baf..5e3d7243 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ group :development do gem 'web-console', '>= 3.3.0' # 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' # Show mails via Web browser gem 'letter_opener_web' # Check code style diff --git a/Gemfile.lock b/Gemfile.lock index 7ef9081b..1f3e6e69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -202,7 +202,7 @@ GEM thor (>= 0.20.3, < 2.0) rainbow (3.1.1) rake (13.0.6) - rb-fsevent (0.11.1) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.3.1) @@ -249,10 +249,10 @@ GEM sprockets (> 3.0) sprockets-rails tilt - 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) @@ -310,7 +310,7 @@ DEPENDENCIES rubocop sass-rails (~> 6.0) spring - spring-watcher-listen (~> 2.0.0) + spring-watcher-listen (~> 2.1.0) turbolinks (~> 5) tzinfo-data uglifier (>= 1.3.0)