From 9665d4088d6f8cfad5d4e02af72c421b47287726 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 18 Jan 2020 19:38:32 +0000 Subject: [PATCH] Update dependency listen to >= 3.0.5, < 3.3 --- Gemfile | 2 +- Gemfile.lock | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index c715565..f361f76 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem 'web-console', '>= 3.3.0' - gem 'listen', '>= 3.0.5', '< 3.2' + gem 'listen', '>= 3.0.5', '< 3.3' # 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 6c73783..dffa9c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM crass (1.0.4) erubi (1.7.1) execjs (2.7.0) - ffi (1.9.25) + ffi (1.12.1) globalid (0.4.1) activesupport (>= 4.2.0) i18n (1.2.0) @@ -85,10 +85,9 @@ GEM jbuilder (2.8.0) activesupport (>= 4.2.0) multi_json (>= 1.2) - 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.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) loofah (2.2.3) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -137,10 +136,9 @@ GEM thor (>= 0.19.0, < 2.0) rake (12.3.2) rb-fsevent (0.10.3) - rb-inotify (0.10.0) + rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (1.3.0) - ruby_dep (1.5.0) rubyzip (1.2.2) sass (3.7.2) sass-listen (~> 4.0.0) @@ -200,7 +198,7 @@ DEPENDENCIES chromedriver-helper coffee-rails (~> 4.2) jbuilder (~> 2.5) - listen (>= 3.0.5, < 3.2) + listen (>= 3.0.5, < 3.3) puma (~> 3.11) rails (~> 5.2.2) sass-rails (~> 5.0)