From 372b56d4b34106464a2a441ccd59072cac22d043 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 13:08:12 +0000 Subject: [PATCH] Bump listen from 3.1.5 to 3.2.0 Bumps [listen](https://github.com/guard/listen) from 3.1.5 to 3.2.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.1.5...v3.2.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 863ffa08..a822275f 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ group :development, :test do end group :development do - gem 'listen', '~> 3.1.5' + gem 'listen', '~> 3.2.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 a86cb68e..05681534 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,7 +128,7 @@ GEM tty-tree (~> 0.3.0) faraday (0.15.2) multipart-post (>= 1.2, < 3) - ffi (1.10.0) + ffi (1.11.1) gds_metrics (0.1.0) prometheus-client-mmap (= 0.9.1) gibbon (3.2.0) @@ -203,10 +203,9 @@ GEM activerecord kaminari-core (= 1.1.1) kaminari-core (1.1.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.2.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) lograge (0.11.2) actionpack (>= 4) activesupport (>= 4) @@ -329,7 +328,6 @@ GEM rubocop-rspec (1.30.1) rubocop (>= 0.60.0) ruby-progressbar (1.10.0) - ruby_dep (1.5.0) ruby_parser (3.11.0) sexp_processor (~> 4.9) rubyzip (1.2.2) @@ -449,7 +447,7 @@ DEPENDENCIES jquery-rails jquery-ui-rails (~> 5.0, >= 5.0.5) kaminari - listen (~> 3.1.5) + listen (~> 3.2.0) lograge (~> 0.11.2) logstash-event (~> 1.2, >= 1.2.02) pg (~> 1.1)