From 7be9dd653e679e967a1baaa7c10420c1de1a2451 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 19:45:44 +0000 Subject: [PATCH] Update listen to version 3.4.0 --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index ab3e4b0..2cfaff7 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ end group :development do # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. gem 'web-console', '>= 3.3.0' - gem 'listen', '>= 3.0.5', '<= 3.2.0' + gem 'listen', '>= 3.0.5', '<= 3.4.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 7dfe650..226cba4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,14 +70,14 @@ GEM execjs (2.7.0) faraday (0.12.1) multipart-post (>= 1.2, < 3) - ffi (1.11.1) + ffi (1.14.2) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.2) concurrent-ruby (~> 1.0) jbuilder (2.9.1) activesupport (>= 4.2.0) - listen (3.2.0) + listen (3.4.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.4.0) @@ -128,8 +128,8 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rake (13.0.1) - rb-fsevent (0.10.3) - rb-inotify (0.10.0) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) ffi (~> 1.0) redis (4.1.2) rubyzip (2.0.0) @@ -196,7 +196,7 @@ DEPENDENCIES capybara (~> 2.13) coffee-rails (~> 4.2) jbuilder (~> 2.5) - listen (>= 3.0.5, <= 3.2.0) + listen (>= 3.0.5, <= 3.4.0) puma (~> 3.7) rails (~> 5.2.4) sass-rails (~> 5.0)