From 43803d64fceff100263c6c7368e79c541276114f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 15:04:14 +0000 Subject: [PATCH] Bump spring-watcher-listen from 2.0.1 to 2.1.0 Bumps [spring-watcher-listen](https://github.com/jonleighton/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-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 b978671..2388020 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ group :development do gem 'listen', '~> 3' # 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' gem 'brakeman', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 88fad28..3af98ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,7 +215,7 @@ GEM rake (>= 0.13) 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) recaptcha (5.10.0) @@ -240,10 +240,10 @@ GEM sprockets-rails tilt sexp_processor (4.16.0) - 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) @@ -300,7 +300,7 @@ DEPENDENCIES recaptcha sass-rails (~> 6) spring - spring-watcher-listen (~> 2.0.0) + spring-watcher-listen (~> 2.1.0) tzinfo-data uglifier (>= 1.3.0) web-console (>= 3.3.0)