From 44ef5c3ae425eef5780b6e9e6648f49fcc1e4e7c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 07:02:56 +0000 Subject: [PATCH] build(deps-dev): bump listen from 3.1.5 to 3.3.3 Bumps [listen](https://github.com/guard/listen) from 3.1.5 to 3.3.3. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.1.5...v3.3.3) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index db4accfb..6390b277 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.3.3' 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..b3f2dbab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.3.3) + 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.3.3) lograge (~> 0.11.2) logstash-event (~> 1.2, >= 1.2.02) pg (~> 1.1)