From 9d1b2aff91d691b9acda0a68cec3f9d2842fd78f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 06:25:34 +0000 Subject: [PATCH] Bump listen from 3.1.5 to 3.3.3 Bumps [listen](https://github.com/guard/listen) from 3.1.5 to 3.3.3. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.1.5...v3.3.3) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 7686bb8..876189c 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem 'web-console', '>= 3.3.0' - gem 'listen', '>= 3.0.5', '< 3.2' + gem 'listen', '>= 3.0.5', '< 3.4' # 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' diff --git a/Gemfile.lock b/Gemfile.lock index 3b52339..5098699 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM erubi (1.9.0) faker (2.11.0) i18n (>= 1.6, < 2) - ffi (1.12.2) + ffi (1.13.1) foreman (0.87.1) globalid (0.4.2) activesupport (>= 4.2.0) @@ -93,10 +93,9 @@ GEM jbuilder (2.10.0) activesupport (>= 5.0.0) jsonapi-renderer (0.2.2) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) + listen (3.3.3) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) loofah (2.5.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -160,7 +159,6 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (1.7.0) - ruby_dep (1.5.0) rubyzip (2.3.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -225,7 +223,7 @@ DEPENDENCIES faker foreman jbuilder (~> 2.7) - listen (>= 3.0.5, < 3.2) + listen (>= 3.0.5, < 3.4) pg puma (~> 4.1) rack-cors