From 38f436214b45e1caf3b7c1b8de92fc419a0dca31 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 07:18:42 +0000 Subject: [PATCH] build(deps-dev): bump listen from 3.1.5 to 3.4.0 Bumps [listen](https://github.com/guard/listen) from 3.1.5 to 3.4.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.1.5...v3.4.0) 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 db4accfb..71d9f2fd 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ group :development, :test do end group :development do - gem 'listen', '~> 3.1.5' + gem 'listen', '~> 3.4.0' gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' gem 'web-console', '>= 3.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index cfaab98a..a4449b04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ GEM i18n (>= 1.6, < 2) faraday (1.0.1) multipart-post (>= 1.2, < 3) - ffi (1.13.1) + ffi (1.14.2) formatador (0.2.5) gds_metrics (0.1.0) prometheus-client-mmap (= 0.9.1) @@ -209,10 +209,9 @@ GEM activerecord kaminari-core (= 1.2.1) kaminari-core (1.2.1) - 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.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) lograge (0.11.2) actionpack (>= 4) activesupport (>= 4) @@ -342,7 +341,6 @@ GEM rubocop-rspec (1.35.0) rubocop (>= 0.60.0) ruby-progressbar (1.10.1) - ruby_dep (1.5.0) ruby_parser (3.14.2) sexp_processor (~> 4.9) rubyzip (2.3.0) @@ -447,7 +445,7 @@ DEPENDENCIES jquery-rails jquery-ui-rails (~> 5.0, >= 5.0.5) kaminari - listen (~> 3.1.5) + listen (~> 3.4.0) lograge (~> 0.11.2) logstash-event (~> 1.2, >= 1.2.02) pg (~> 1.1)