From aed8c53d482d1ea56242f9fead9271bb8a9dc5fb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Oct 2021 05:35:10 +0000 Subject: [PATCH] Update dependency listen to ~> 3.7.0 --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 7540edb..e83bc62 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ end group :development do # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. gem 'web-console' - gem 'listen', '~> 3.0.5' + gem 'listen', '~> 3.7.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' diff --git a/Gemfile.lock b/Gemfile.lock index 999139b..149243e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM diff-lcs (1.2.5) erubis (2.7.0) execjs (2.7.0) - ffi (1.9.14) + ffi (1.15.4) formatador (0.2.5) globalid (0.3.6) activesupport (>= 4.1.0) @@ -94,9 +94,9 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) libv8 (3.16.14.15) - listen (3.0.8) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) + listen (3.7.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) loofah (2.0.3) nokogiri (>= 1.5.9) lumberjack (1.0.10) @@ -153,9 +153,9 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (11.2.2) - rb-fsevent (0.9.7) - rb-inotify (0.9.7) - ffi (>= 0.5.0) + rb-fsevent (0.11.0) + rb-inotify (0.10.1) + ffi (~> 1.0) ref (2.0.0) rspec (3.5.0) rspec-core (~> 3.5.0) @@ -232,7 +232,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails libv8 - listen (~> 3.0.5) + listen (~> 3.7.0) mongoid! puma (~> 3.0) rails (~> 5.0.0)