From f82ca341989b4bdf337a4bd63881d7988e0ef322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 02:28:50 +0000 Subject: [PATCH] Bump listen from 3.1.5 to 3.4.1 Bumps [listen](https://github.com/guard/listen) from 3.1.5 to 3.4.1. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.1.5...v3.4.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 8d2663a..b092814 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ end group :development do gem 'web-console', '>= 3.3.0' - gem 'listen', '>= 3.0.5', '< 3.2' + gem 'listen', '>= 3.0.5', '< 3.5' gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' end diff --git a/Gemfile.lock b/Gemfile.lock index df6b120..14c5aa7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,10 +120,9 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) + listen (3.4.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -213,7 +212,6 @@ GEM rspec-support (3.10.2) ruby-vips (2.0.17) ffi (~> 1.9) - ruby_dep (1.5.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) @@ -289,7 +287,7 @@ DEPENDENCIES faker font_awesome5_rails jquery-rails - listen (>= 3.0.5, < 3.2) + listen (>= 3.0.5, < 3.5) mysql2 (>= 0.4.4, < 0.6.0) pry-rails puma (~> 5.2)