From 382bf614454d25cf786e2ce9ea487e17b462458c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 05:49:33 +0000 Subject: [PATCH] Bump listen from 3.1.5 to 3.6.0 Bumps [listen](https://github.com/guard/listen) from 3.1.5 to 3.6.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.1.5...v3.6.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index a09f29c..c862523 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ group :development do gem 'annotate' # 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.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' diff --git a/Gemfile.lock b/Gemfile.lock index 8fe3883..c4ef044 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,7 @@ GEM factory_bot_rails (5.1.1) factory_bot (~> 5.1.0) railties (>= 4.2.0) - ffi (1.11.1) + ffi (1.15.3) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.6.0) @@ -114,10 +114,9 @@ GEM jbuilder (2.9.1) activesupport (>= 4.2.0) json (2.3.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.6.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) loofah (2.3.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -126,7 +125,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.12.0) @@ -177,8 +178,8 @@ GEM rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) rake (12.3.3) - rb-fsevent (0.10.3) - rb-inotify (0.10.0) + rb-fsevent (0.11.0) + rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (1.6.0) responders (3.0.0) @@ -201,7 +202,6 @@ GEM rspec-mocks (~> 3.8) rspec-support (~> 3.8) rspec-support (3.8.3) - ruby_dep (1.5.0) rubyzip (1.3.0) sass (3.7.4) sass-listen (~> 4.0.0) @@ -289,7 +289,7 @@ DEPENDENCIES devise factory_bot_rails jbuilder (~> 2.7) - listen (>= 3.0.5, < 3.2) + listen (>= 3.0.5, < 3.7) pg puma (~> 3.12) rack-cors