From 7eff0524a27e311173908e8b5c6a47ea8c39032e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Aug 2021 14:01:03 +0000 Subject: [PATCH] Bump listen from 3.5.1 to 3.7.0 Bumps [listen](https://github.com/guard/listen) from 3.5.1 to 3.7.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.5.1...v3.7.0) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c4041bb..50b6641 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 'listen', '>= 3.0.5', '< 3.6' + gem 'listen', '>= 3.0.5', '< 3.8' gem 'web-console', '>= 3.3.0' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' diff --git a/Gemfile.lock b/Gemfile.lock index 1456560..ec7eb4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM crass (1.0.6) erubi (1.10.0) execjs (2.7.0) - ffi (1.15.0) + ffi (1.15.3) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.10) @@ -99,7 +99,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - listen (3.5.1) + listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.10.0) @@ -158,7 +158,7 @@ GEM rake (>= 0.8.7) thor (~> 1.0) rake (13.0.3) - rb-fsevent (0.10.4) + rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.0.3) @@ -229,7 +229,7 @@ DEPENDENCIES capybara (>= 2.15) jbuilder (~> 2.11) jquery-rails - listen (>= 3.0.5, < 3.6) + listen (>= 3.0.5, < 3.8) pg (~> 1.2) puma (~> 5.3) rails (~> 6.1.3)