From 8f4709b7dc79375a60c0cdd21b10ca57577776e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 16:21:17 +0000 Subject: [PATCH] Bump listen from 3.0.8 to 3.2.1 Bumps [listen](https://github.com/guard/listen) from 3.0.8 to 3.2.1. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.0.8...v3.2.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index dfe43f4..72083c1 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ group :development, :test do end group :development do - gem 'listen', '~> 3.0.5' + gem 'listen', '~> 3.2.1' # 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 8534f14..e3160ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,16 +72,16 @@ GEM factory_girl_rails (4.9.0) factory_girl (~> 4.9.0) railties (>= 3.0.0) - ffi (1.10.0) + ffi (1.12.1) globalid (0.4.2) activesupport (>= 4.2.0) hashie (3.5.6) i18n (1.6.0) concurrent-ruby (~> 1.0) jsonapi-renderer (0.2.0) - listen (3.0.8) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) + listen (3.2.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) loofah (2.3.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -144,9 +144,9 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (12.3.2) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-fsevent (0.10.3) + rb-inotify (0.10.1) + ffi (~> 1.0) redis (4.1.3) redis-actionpack (5.0.2) actionpack (>= 4.0, < 6) @@ -217,7 +217,7 @@ DEPENDENCIES active_model_serializers (~> 0.10.0) devise_token_auth factory_girl_rails - listen (~> 3.0.5) + listen (~> 3.2.1) omniauth pg (~> 0.18) pry-byebug